I have a static table on a dashboard-panel. I was hoping someone could help me pass the result from a search into a`` tag. I have a sample code below *(sample only, my working search is much more complicated)*
index=foo sourcetype=bar
| eventstats count as SomeField
| dedup SomeField
| table SomeField
Which results to
SomeField
13993
I understand that Splunk's default input fields have this *Dynamic Options* where you write the *search string*, choose the *field for label* and then *field for value* and then use `$token$` to pass / append the result into a search string. Can I do the same programmatically on the source code of the dashboard and have the result appear on a ` ` or a particular cell of my static HTML table?
Is this possible? If so, can I ask for like a working HTML code? Thanks in advance.
↧