Logging User Queries to Kafka Topic

Original Slack Thread

Hello all! Are the queries that our users make to the platform logged in somewhere? We know that there is a Kafka topic that lists what users do on the UI, but if they use queries instead, will this also be logged on this topic? Thank you :slightly_smiling_face:

<@UV5UEC3LN> might be able to speak to this!

> if they use queries instead,
What do you mean by “queries” here? API calls to GraphQL? Queries directly on the ES Cluster?

Sorry, I meant API calls to Graphql

Those won’t be logged on the topic due to the track endpoint not getting called. We capture metrics around the call coming in and there is application logging around it though