This could be an Elasticsearch issue, but I am seeing it Kibana. If I have a name filter that includes a dash character, then the filter only filters up to the dash character, and allows anything after it. In this example, I'm filtering on "name:EXPORT.pipeline.Subscriber-Control_Plane_Spark_CPEvent.output.counter", but getting all kinds of values that start with "name:EXPORT.pipeline.Subscriber".
hi @silentfilm,
I think the -
is a reserved character in the Lucene query-syntax (https://lucene.apache.org/core/2_9_4/queryparsersyntax.html#-) . Could you try quoting your search-string?
name:"EXPORT.pipeline.Subscriber-Control_Plane_Spark_CPEvent.output.counter"
1 Like
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.