When I do a query based on a wildcard (which is normal if you use the 'free text' searchbar in Kibana) I get the "analyze_wildcard": true set for the query string. How do I do this for Timelion?
Worked it out, my query was too specific.
q='kubernetes.container.name=customer-dienst AND "POST /public/account/create 200*" AND kubernetes.namespace=gb-brand-production'
I had q='kubernetes.container.name=customer-dienst AND message="POST /public/account/create 200*" AND kubernetes.namespace=gb-brand-production' before.
Worked a treat.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.