Show/Find Trace doesn't working #2255
Replies: 3 comments 1 reply
-
Hi Matthieu, Does the query shown in seq1.png find any spans? |
Beta Was this translation helpful? Give feedback.
-
Hello @liammclennan I found the problem. When we use show/find trace, SEQ executes a query like this: ` ` This query is blocked by our company's WAF due to multiple rules, particularly those for potential SQL injection attacks. Would it be possible in a future version to perform this querying via POST/body or another method (graphql ?) instead of using query strings? Thank you. Best regards, (And to answer the question: Yes, spans are indeed found for the traceId. They are correctly ingested via the OTel endpoint.) |
Beta Was this translation helpful? Give feedback.
-
OK, noted that it's not currently planned to work on this. We will negotiate on our side with Cyber regarding the WAF rules. As for the POST, the idea isn't to directly transpose what's in the query into the body, but rather to create a structured request that would be WAF-compliant. or Alternatively with GraphQL. a body request like this query { Many thanks for your support. Matthieu |
Beta Was this translation helpful? Give feedback.
-
Dear Support Team,
We are currently using SEQ version 2024.3, and we are unable to display traces (please refer to the file seq1.png).
However, the TraceId is correctly indexed (as shown in seq2.png). The search function for all property types (Find) works well, except for TraceId! Additionally, the traces have been successfully exported by the OpenTelemetry endpoint (see seq3.png).
Do you have any suggestions on how to resolve this issue?
Thank you for your assistance.
Best regards,
Matthieu
Beta Was this translation helpful? Give feedback.
All reactions