https://linen.dev logo
Join Slack
Powered by
# support
  • l

    lemon-dog-49453

    06/18/2022, 3:09 PM
    HI guys , we're going ahead with using rudderstack open source data plane for our production analytics needs (thank you for the all the help so far). I was wondering if there is any documentation about securing the rudderstack instance or API ? currently , the response we get from the rudderstack server is something like the below
    Copy code
    {
      "appType": "EMBEDDED",
      "server": "UP",
      "db": "UP",
      "acceptingEvents": "TRUE",
      "routingEvents": "TRUE",
      "mode": "NORMAL",
      "goroutines": "636",
      "backendConfigMode": "API",
      "lastSync": "2022-06-18T14:58:11Z",
      "lastRegulationSync": ""
    }
    are things like
    goroutines
    etc safe enough to expose to the public ?
    🎫 1
    s
    b
    • 3
    • 12
  • f

    future-nest-36254

    06/19/2022, 10:52 AM
    Hi guys, I'm using the node server SDK and want to know (using my code) if a track event was successful or not. the callback doesnt receive any param. is there a way to know?
    🎫 1
    s
    • 2
    • 9
  • l

    loud-breakfast-77480

    06/19/2022, 1:33 PM
    Does Rudderstack offer a way to programmatically create destinations?
    q
    • 2
    • 2
  • w

    wide-lawyer-50229

    06/20/2022, 1:41 PM
    Trying too make a simple transformation too allow: • all page calls and • specific track call events The run test with page call seems to validate ok, but when running the actual transformation tha page call events get dropped. is this a bug?
    Copy code
    export function transformEvent(event) {
        const filterEventNames = [
            // Add list of event names that you want to allow
            "page",
            "Order Completed",
            "Checkout Started",
            "Cart Viewed",
            "Product Added",
            "Product Viewed"
        ];
    
        //allow event whose name match those in above list
        const eventName = event.event;
        if (eventName && filterEventNames.includes(eventName)){
            return event; // allows event
        }
        return;
    }
    🎫 1
    l
    • 2
    • 8
  • f

    full-appointment-90006

    06/20/2022, 1:55 PM
    Hi guys, I am working with Salesforce Cloud extract -> Redshift and I would like to know what happens if there is a change on the type of the columns. For example, a column was int and now is double precision on Sales Force side. Rudderstack will change the column type on the next sync? In my case I am still receiving int values on redshift.
    🎫 1
    q
    • 2
    • 9
  • r

    rapid-breakfast-34593

    06/20/2022, 8:28 PM
    Anyone else having an issue were user properties are duplicated under
    CONTEXT_TRAITS_XXXX
    in a snowflake warehouse destination? It seems like the rudder-sdk-node copies the traits over to the context:
    Copy code
    if (type == "identify") {
          if (lMessage.traits) {
            if (!lMessage.context) {
              lMessage.context = {};
            }
            lMessage.context.traits = lMessage.traits;
          }
        }
    What is the purpose of this?
    n
    • 2
    • 2
  • r

    rapid-wire-93211

    06/21/2022, 2:14 AM
    Hi Team/Community, We are facing issues when using Google analytics 4 destination for our java script apps. The error I see in the live events of the GA4 destination is
    404
    Copy code
    {
      "error": "Not Found"
    }
    The same source is able to send the google analytics previous destination. I did see payload being send in old GA and GA4 being different. Maybe because of the different destination types. We are using self hosted rudder server Any clues why would we getting this error ?
    🎫 1
    s
    l
    h
    • 4
    • 27
  • r

    rapid-wire-93211

    06/21/2022, 6:32 AM
    is rudderstack down ?
    👀 1
    k
    h
    • 3
    • 6
  • m

    miniature-state-15542

    06/21/2022, 9:11 AM
    hi ! everyone i need a little bit help to get data plane URL currently i am facing a issue . when i run This command export SERVICE_IP=$(kubectl get svc --namespace default my-release-rudderstack --template “{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}“) i am getting the error error: error executing template “{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}“: template: output110: executing “output” at <index .status.loadBalancer.ingress 0>: error calling index: index of untyped nil here is the full details NAME: my-release LAST DEPLOYED: Mon Jun 20 120019 2022 NAMESPACE: default STATUS: deployed REVISION: 1 NOTES: NOTE: It may take a few minutes for the URL to be available. You can watch the status of by running ‘kubectl get --namespace default svc -w my-release-rudderstack’ Execute the following commands for Data plane URL: ########################## export SERVICE_IP=$(kubectl get svc --namespace default my-release-rudderstack --template “{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}“) echo “Data plane URL: http://$SERVICE_IP:80” ######################### Check /health to see the status apple@apples-MacBook-Pro-2 rudderstack-helm % export SERVICE_IP=$(kubectl get svc --namespace default my-release-rudderstack --template “{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}“) error: error executing template “{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}“: template: output110: executing “output” at <index .status.loadBalancer.ingress 0>: error calling index: index of untyped nil
    🎫 1
    s
    • 2
    • 6
  • b

    breezy-wall-16815

    06/21/2022, 10:49 AM
    Hi there, How much is the Enterprise cloud plan? I'm particularly interested in the Data Governance feature for validating incoming events against schema.
    🎫 1
    s
    • 2
    • 10
  • b

    breezy-wall-16815

    06/21/2022, 11:55 AM
    Does Rudderstack Cloud support multiple workspaces for different environments (staging, production) at no additional cost?
    s
    h
    +2
    • 5
    • 6
  • b

    breezy-wall-16815

    06/21/2022, 1:47 PM
    Is it possible to conditionally switch between destinations based on the content of the event from one source?
    h
    n
    • 3
    • 17
  • w

    worried-tailor-13264

    06/21/2022, 2:15 PM
    Hi, quick question. Am I able to use Rudderstack to create contacts in Sendgrid? Or can I only send emails?
    n
    • 2
    • 4
  • b

    breezy-wall-16815

    06/21/2022, 3:50 PM
    Does RudderStack support destinations which require OAuth 2.0 style authentication in order to use their APIs?
    🎫 1
    n
    • 2
    • 6
  • f

    faint-restaurant-74315

    06/21/2022, 7:31 PM
    is the standard image tag moving away from 1-alpine, to latest?
    🎫 1
    h
    • 2
    • 6
  • b

    breezy-wall-16815

    06/22/2022, 9:38 AM
    Is it possible to set the headers (in a transformation) of an outgoing event being sent to a webhook destination?
    h
    s
    • 3
    • 2
  • h

    hundreds-lifeguard-65770

    06/22/2022, 9:43 AM
    Anybody know why the sample transformations github repo has been changed to remove the samples
    🎫 1
    w
    s
    b
    • 4
    • 8
  • b

    breezy-wall-16815

    06/22/2022, 11:01 AM
    Does RudderStack support any form of tracing standards like OpenTelemetry or something?
    🎫 1
    s
    • 2
    • 7
  • b

    brainy-twilight-71239

    06/22/2022, 11:38 AM
    Hey 👋 I'm following the docs for creating a Redshift destination and I'm getting the following error for the
    Verifying Load Table
    check
    Copy code
    pq: S3ServiceException:The specified bucket does not exist,Status 404,Error NoSuchBucket,Rid QH0FTGX16C1E00WD,ExtRid siRbrrI8NksrDeqOEo8WAuXQXM23HZErjbWYz3UsmiykNcgY88o5fUdcdl0DslWrj23RBUi4iLM=,CanRetry 1
    The first check
    Verifying Object Storage
    passes, so my it's already verified my bucket exists. This step fails if I change the
    Staging S3 Storage Bucket Name
    to something that doesn't exist. I've attached the following policy to my S3 bucket and can see that RudderStack has uploaded a
    rudder-test-payload
    directory to S3
    Copy code
    {
      "Version": "2012-10-17",
      "Statement": [
        {
          "Effect": "Allow",
          "Principal": {
            "AWS": "arn:aws:iam::422074288268:user/s3-copy"
          },
          "Action": [
            "s3:GetObject",
            "s3:PutObject",
            "s3:PutObjectAcl",
            "s3:ListBucket"
          ],
          "Resource": [
            "arn:aws:s3:::strike.sandbox.data-warehouse-rudderstack/*",
            "arn:aws:s3:::strike.sandbox.data-warehouse-rudderstack"
          ]
        }
      ]
    }
    I've also attached a role to the Redshift cluster to allow access to the S3 bucket. Any ideas what I'm missing here?
    🎫 1
    s
    a
    • 3
    • 6
  • w

    wide-lawyer-50229

    06/22/2022, 12:33 PM
    hello. We are having problems with FB ads since we switched to server side. On the surface all looks well, the events are being received, but I think there is an issue with the necessary parameters. Eg. • Purchase event has no currency or value. also the others. • Integration signals "Inactive" • I think there are no required parameters recognised
    🎫 1
    s
    l
    • 3
    • 19
  • r

    rapid-breakfast-34593

    06/22/2022, 2:35 PM
    Just wanted to have it confirmed, is this still the case? That only Snowflake and BigQuery supports identity resolutions among the warehouse options.
    Copy code
    Currently, RudderStack supports identity resolution only for the Google BigQuery and Snowflake warehouse destinations.
    n
    • 2
    • 3
  • b

    breezy-wall-16815

    06/22/2022, 2:43 PM
    What's the difference between
    rudderId
    and
    messageId
    ?
    n
    • 2
    • 3
  • b

    billions-state-8996

    06/23/2022, 2:19 AM
    Hi I'm getting
    CreateContainerConfigError
    in the
    rudderstack-backend
    pod using AWS EKS to deploy open source. I'm seeing this: any ideas what could be causing it?
    🎫 1
    s
    h
    • 3
    • 12
  • l

    lively-solstice-76664

    06/23/2022, 4:21 AM
    Hi am facing this issues while installing Rudderstack data plane setup method of developer machine setup Can you give some suggestion for this issues while am running this command facing issues npm -i
    🎫 1
    s
    a
    g
    • 4
    • 52
  • c

    calm-art-92597

    06/23/2022, 8:55 AM
    Hi, I have one source that is feeding into two different Snowflake destinations. However, I seem to be getting much less data in one warehouse compared to another. Doing a count of the same table gives 30k rows in one warehouse, and 242k rows in a different warehouse. Can I get some advice as to what might be causing this? Happy to provide info that might be helpful in narrowing this down
    🎫 1
    s
    h
    • 3
    • 13
  • r

    rich-lock-72191

    06/23/2022, 9:45 AM
    Hello everyone, I have a question. How can I update the user trait, after the identify call? for instance, I want to add/edit a traits like job-title
    🎫 1
    h
    • 2
    • 9
  • f

    flaky-vegetable-26982

    06/24/2022, 10:30 AM
    I was wondering if its possible to somehow make the unity sdk also work for windows?
    s
    • 2
    • 1
  • b

    bright-lunch-42689

    06/24/2022, 12:08 PM
    Hello Everyone Have done setup with Self hosted control and Data planes. When Go API though postman got 405Method Not Allowed error. Imported postman collection from here https://www.postman.com/collections/480307c55ad2b9dd4e27
    🎫 1
    s
    • 2
    • 48
  • f

    fancy-answer-79663

    06/25/2022, 3:08 PM
    Hi everyone, Is integration with Hadoop as a destination is part of the Rudderstack roadmap?
    s
    g
    • 3
    • 4
  • d

    damp-painting-38913

    06/26/2022, 12:54 PM
    Hi Everyone,
1...777879...127Latest