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

    glamorous-truck-46127

    11/18/2020, 1:00 PM
    or at least give full schema definition of config json file
  • w

    wooden-notebook-24208

    11/18/2020, 2:27 PM
    Guys, for some reason, rudderstack still sends “Viewed <Page title> Page” to Amplitude. Any idea how I can prevent this?
    g
    • 2
    • 3
  • p

    plain-house-32204

    11/18/2020, 2:35 PM
    Me again! (sorry for asking so many questions...). I'm trying to get telemetry from self-hosted instances, thus those instances need to have the WRITE_KEY, so they can send data to the engine. Is there a way to approach this without sharing the WRITE_KEY? I'm not sure which is the best practice here. Thanks!
    b
    g
    • 3
    • 11
  • a

    ambitious-journalist-66344

    11/18/2020, 10:24 PM
    With self hosting
    rudder-server
    , what does the
    jobsdb
    do?
    b
    g
    g
    • 4
    • 22
  • w

    wooden-notebook-24208

    11/19/2020, 9:45 AM
    Doesn’t rudder-sdk-node need any update? It’s been 6 months?
    b
    • 2
    • 2
  • p

    plain-house-32204

    11/19/2020, 3:50 PM
    Hi there! next step for me. I'm trying to understand the payload for the
    .track
    method. I'll try to go in order: 1. I've reached to the source code and I'm wondering what is this [
    message_id
    ](https://github.com/rudderlabs/rudder-sdk-python/blob/master/rudder_analytics/client.py#L97) param (is not in the documentation). 2. The example
    batch.json
    sends data to GA; I finally got a "ping" in GA > realtime > events, but I cannot see the
    properties
    where (AFAIK) is the arbitrary data I want to show. (disclaimer: I don't know a thing about GA, just following the first steps with rudder and expecting I should see the data from the payload)
    g
    • 2
    • 2
  • a

    ambitious-journalist-66344

    11/19/2020, 10:01 PM
    With the
    rudder-docker.yml
    example provided, what is the point of
    minio
    ? When I'm setting up a postgres / warehouse destination, I see that I need a "staging" place for events. Is it that this
    minio
    container can be used as the staging place? Can I use it as is?
    b
    n
    • 3
    • 4
  • a

    ambitious-journalist-66344

    11/19/2020, 10:03 PM
    When running a local instance of the
    config-generator
    and setting up the warehouse destination; is it intentional that every field is required?
    b
    n
    • 3
    • 9
  • b

    busy-monkey-10873

    11/19/2020, 10:15 PM
    welcome, @rich-holiday-21693! glad to see you and @busy-flag-29558 here
  • r

    rich-holiday-21693

    11/19/2020, 10:27 PM
    @busy-monkey-10873, thanks for the warm welcome.
  • a

    ambitious-journalist-66344

    11/20/2020, 3:37 AM
    Hey support - getting am error
    Error uploading to S3: Error: MissingRegion: could not find region configuration
    Any ideas where the config for this is?
    q
    • 2
    • 12
  • c

    clever-address-13842

    11/20/2020, 11:42 AM
    Hi peeps, I am new to rudder I was trying to send test events to test my rudder setup. I did the native installation and backend server is running on my local Linux instance. The configuration was exported from the config-generator. Now to test the event as mentioned in docs I require my data plane URL any idea on which port data plane is supposed to run?
    b
    • 2
    • 2
  • q

    quick-judge-58386

    11/20/2020, 11:43 AM
    @clever-address-13842 by default it runs on 8080
    👍 1
  • c

    clever-address-13842

    11/20/2020, 11:44 AM
    @quick-judge-58386 thanks!!
    👍 1
  • c

    clever-address-13842

    11/20/2020, 1:47 PM
    Hi guys, While running the backend server I am getting the following error ERROR Incompatible transformer version: Expected: 1 Received: 0, URL: http://localhost:9090/v0/s3 Any ideas on it?
  • q

    quick-judge-58386

    11/20/2020, 5:03 PM
    @clever-address-13842 which rudder-transformer version are you using?
    c
    • 2
    • 2
  • a

    ambitious-journalist-66344

    11/21/2020, 9:27 AM
    Hey Support, Is there a way I can force a push / sync to the warehouse?
  • q

    quick-judge-58386

    11/21/2020, 10:13 AM
    @ambitious-journalist-66344 this should help https://docs.rudderstack.com/data-warehouse-integrations/warehouse-faqs#is-there-a-way-to-force-my-data-load-into-the-warehouses
  • a

    ambitious-journalist-66344

    11/21/2020, 8:01 PM
    Hey support, me again.... Looking thru the logs, I can see the error:
    Copy code
    2020-11-21T19:56:24.932Z ERROR [GZWriter]: Error closing GZipWriter File /tmp/rudder-warehouse-json-uploads-tmp/POSTGRES_1kP3Ycg2Huph8uFjELLvIJ3OrJz/rudder-warehouse-staging-logs/1kP1RXc47oMUNYGX2Pe3YsZZCkC/11-21-2020/1605988086.1kP1RXc47oMUNYGX2Pe3YsZZCkC.4d02ef00-9880-45de-a695-eae0f4f6679d.tracks.csv.gz: close /tmp/rudder-warehouse-json-uploads-tmp/POSTGRES_1kP3Ycg2Huph8uFjELLvIJ3OrJz/rudder-warehouse-staging-logs/1kP1RXc47oMUNYGX2Pe3YsZZCkC/11-21-2020/1605988086.1kP1RXc47oMUNYGX2Pe3YsZZCkC.4d02ef00-9880-45de-a695-eae0f4f6679d.tracks.csv.gz: file already closed
    Is this normal? If not, any ideas where I can look to understand why it's throwing?
  • q

    quick-judge-58386

    11/21/2020, 8:03 PM
    ignore this error. this is trying to close a file which is already closed. we pushed the code which handles this error into master
    👍 1
  • a

    ambitious-journalist-66344

    11/21/2020, 11:26 PM
    Hey support, I'm trying to figure out why my
    rudder-server
    is not writing events to my PostgreSQL RDS warehouse destination. The events are making it to the S3 staging bucket. I have granted my db user
    CREATE
    and
    TEMPORARY
    permissions. I can see in the logs such as:
    Copy code
    ...
    INFO PG: Starting export to postgres for source:1kP1RXc47oMUNYGX2Pe3YsZZCkC and wh_upload:1
    ...
    INFO PG: Starting load for all 3 tables
    ...
    INFO WH: Setting table upload status: UPDATE wh_table_uploads SET status=$1
    ...
    INFO PG: File reading completed while reading csv file for loading in staging table:rudder_staging_tracks_aef95f94636f41bebc1ba40ed8552535
    INFO PG: Deduplicate records for table:tracks using staging table: DELETE FROM "http_source_dev"."tracks" USING...
    INFO PG: Inserting records for table:tracks using staging table: INSERT INTO "http_source_dev"."tracks" (anonymous_id...
    INFO WH: Setting table upload status: UPDATE wh_table_uploads SET status=$1, updated_at=$2 WHERE wh_upload_id=$3...
    INFO PG: Complete load for table:tracks...
    INFO PG: dropping table rudder_staging_tracks_aef95f94636f41bebc1ba40ed8552535
    ...
    INFO PG: Completed load for all tables
    INFO WH: Setting status of exported_data for wh_upload:1
    When I query the RDS, it's all empty with no tables. I'm hoping I'm doing something silly 😐 Anyone got any suggestions for how to debug this?
    n
    • 2
    • 3
  • a

    ambitious-journalist-66344

    11/22/2020, 11:04 PM
    Hey Support - Just looking at the
    rudder-sdk-js
    . Is there a reason it doesn't implement
    screen
    whereas the other languages SDKs do?
    n
    • 2
    • 2
  • a

    ambitious-journalist-66344

    11/22/2020, 11:12 PM
    Hey Support, Looking at the
    rudder-sdk-js
    it says to specify
    CONFIG_PLANE_URL
    on
    rudder.load
    where you're self hosting the config plane. What should this URL be given I pass the backend the configuration via the
    workspaceConfig.json
    .
    n
    • 2
    • 3
  • c

    clever-address-13842

    11/23/2020, 7:47 AM
    Hi peeps, I was using docker to set up rudder on my local I used config gen to generate a config file When I am trying to run the docker I am receiving the following error
    ERROR   Unable to read backend config from file: /home/leadschool_app/workspaceConfig.json
    Here I have attached the docker file For
    workspaceConfig.json
    file I have given all the permission i.e. 777 Still, I am getting error
    rudder-docker.yml
    n
    • 2
    • 3
  • c

    clever-address-13842

    11/23/2020, 8:32 AM
    Hi peeps, I want to send a custom event to the rudder server which I set up on my local. In documentation following command is recommended to do the same
    ./scripts/generate-event 1kEW80a69QHKMFyxttV8VCh1c7i <https://hosted.rudderlabs.com/v1/batch>
    But I guess this to send data to hosted rudder cloud to send it on my local I have to give the address to my rudder-server backend.
    ./scripts/generate-event 1kEW80a69QHKMFyxttV8VCh1c7i localhost:8080/v1/batch
    Is this right?
    q
    • 2
    • 2
  • c

    clever-address-13842

    11/23/2020, 9:51 AM
    Hi again guys I did the setup of click house on my local using docker and config-gen I wanted to integrate clickhouse to my rudder server The config-gen I downloaded from git does not have clickhouse in the list of destinations. Is there any updated version I can download?
    g
    b
    g
    • 4
    • 10
  • p

    plain-house-32204

    11/23/2020, 5:41 PM
    Hi folks, I have some questions about GA integration. In the GA documentation, it says that after configuring the custom metric, you need to configure the metric with a name:
    Copy code
    gtag('config', 'GA_MEASUREMENT_ID', {
      'custom_map': {'metric<Index>': 'metric_name'}
    });
    gtag('event', 'any_event_name', {'metric_name': metric_value});
    The rudder documentation mentions these metric indexes but I don't see any example, and I don't get to map both concepts:
    Copy code
    rudderanalytics.identify({
    Gender: 'Female'
    });
    how can I relate my
    name
    with the
    metric index
    ? Thanks!
    • 1
    • 1
  • p

    powerful-fireman-4856

    11/24/2020, 2:09 PM
    Hello all, it seems as though google analytics no longer provides tracking IDs. It's now a measurement ID. However, rudderstack will not accept that as a valid tracking id. How should this be resolved?
    b
    p
    • 3
    • 9
  • b

    bland-garden-11155

    11/24/2020, 4:36 PM
    hello team, after every couple of days, data stops being populated to our bigquery destinations but files are still created in google storage. Sometimes when we restart the deployment pod the data start to get populated into BQ, including all backfills, but that is not working today. Any postgres table we can check for status on storage-->BQ population errors? Or could this happen when pods do not have enough resources? We will be glad to have any pointers.
    n
    • 2
    • 3
  • w

    wooden-notebook-24208

    11/24/2020, 8:58 PM
    Guys, I have a server to server integration with Amplitude, so I know these settings don’t matter. However I still see events
    Viewed X page
    on Amplitude! Can you please help me here?
    b
    g
    • 3
    • 6
12345...127Latest