Splunk Search

Timechart not populating the result

mayank101
New Member

I have a checkbox named host in which user enters the hostname manually, and then as per the name entered it should display the timechart.But it still shows waiting for input even after I enter. Can anyone please help in my case. I have pasted below the XML

       <query>index="xxxxx" 
         publisher="xxx"
      (entity="*:boot*" event="FAIL-ALERT" state!="Clear")

  |rex field=entity "_(?!.*_)(?&lt;host&gt;.*)" |eval myhost=$host$ |timechart useother=f count by myhost limit=200</query>
      <earliest>-6mon@mon</earliest>
      <latest>now</latest>
0 Karma

jpolvino
Builder

If you're collecting hostname from the user via a text field that becomes a token like $host$ then why are you also extracting host from the entity field?

If you want to use the token from then dashboard, then try putting $host$ in double quotes. As in: |eval myhost="$host$"

It might help to pull the query from the dashboard and run it directly in search. Be sure to substitute literals, like the hostname.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Just guessing, but perhaps it's because you have a token called 'host' as well as a field (created by rex) called 'host'.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...