Hi, guys my third time setting up all the good things:
Elasticsearch, Logstash, Kibana... Logs coming from Filebeat.
Kibana is showing me all the relevant Logs. I also fixed the timestamp situation. ..
Everything looks awesome. I was proud!
But now, where Boss is testing it: all RegEx related Search Options are not working.
e.g.:
request: "/somedata/somewhere/here.html" ..
request: "/somedata/wheresome/here.html" ..
..
I want to search in kibana something like this: "/somedata/*/here.html", which should replay both, right?
..but it shows me nothing. yes, i have escaped every symbol proper etc.
Is somewhere a nice guide on how to make the classic wildcard-search ( "*", "?", ..) functional?
In other words:
How to apply the right analyzer to make wildcard-searches within the request fields working?
Thanks Guys. And Sorry for mistakes. Iam new here.
"/somedata/*/here.html" gives zero feedback, "\/somedata\/*\/here\.html" gives zero feedback, /somedata/*/here.html gives some feedback but not the right one, request: ""/somedata/*/here.html"" zero feedback, request: ""\/somedata\/*\/here\.html"" zero feedback, request.keyword: "/somedata/*/here.html" zero feedback,
but {"wildcard": {"request.keyword": "*\\/somedata\\/*\\/here\\.html"}}
works as it should be. thats weird.
Is it possible to use the term "{"wildcard": {"request.keyword": " as a default for the kibana searchbar?
Hi. Thanks for your reply.
sadly: your given Options are giving me ZERO hits.
It only works if i post it like this in kibana: {"wildcard": {"request.keyword": "*\\/somedata\\/*\\/here\\.html"}}
What is the magic behind your recommendations?
Even the official documentation tells me, that RegEx-stuff could be realized through "/" at the beginning and end. But no luck for me
For futher error analysis: Should I post my mapping?
Thanks in Advance.
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.