I configured a drilldown through the GUI. The search is something like this:
index=* "message.Origin"=TEST
source="/opt/mulesoft/logs/something.log"
OR source="/opt/mulesoft/logs/somethingelse.log"
OR source="D:\\Log\\anything.json"
| stats values(a.b) AS ab ,values(c.d) as cd count(eval('logger' ="nl.logger,answers")) as "Start ",count(eval(logger ="n.questions. HTTP status: 200.")) as "questions" by message.MessageId,
| where ‘questions’ <1
when i click the panel to drilldown chrome opens a blank page and nothing else happens. When I look in the source I see this:
<drilldown>
<link target="_blank">search?q=index=*%20%22message.Origin%22=TEST%20source=%22/opt/mulesoft/logs/ something.log %22%20OR%20source=%22/opt/mulesoft/logs/ somethingelse.log %22%20OR%20source=%22D:%5C%5CLog%5C%5Canything.json %22%20%0A%7C%20stats%20%20values(a.b)%20AS%ab%20,values(c.d)%20as%20cd%20count(eval('logger'%20=%22 nl.logger,answers........... ( etc etc etc)
I anomised the search due to security reasons, in IE the drilldown works just fine, also other drilldowns work in Chrome. I dont understand what is going wrong
... View more