Dashboards & Visualizations

Compare two event lists in the Dasboard

Peperser
Loves-to-Learn Lots

Hello everybody,

in my dashboard I have a time selection at the top:
</input>
<input type = "time" token = "time">
<label> TimePicker </label>
<default>
<earliest> -14d @ h </earliest>
<latest> now </latest>
</default>
</input>

now the event list "Failed Event AccesLog" shows the errors with different timestamps:
<row>
<panel>
<event>
<title> Failed Event AccessLog </title>
<search>
<query> `log_index` $ environment $ $ RepoName $ AND" // contentserver / fff / "AND 500 | timechart count by contRep </query>
<earliest> $ time.earliest $ </earliest>
<latest> $ time.latest $ </latest>
</search>
<option name = "list.drilldown"> none </option>
<option name = "refresh.display"> progressbar </option>
</event>
</panel>


Now I want the event list "Imagemaster Log" to take the timestamps from the Event Access Log and the Imagemaster log compares these with a minimum and maximum of 2 seconds.  for each timestamp.

Its Like a time range for each eventoutput from the Accesslog.

<panel>
<event>
<title> Failed Events Imagemaster Log </title>
<search>
<query> index = "xxx_log" OR index = "xxx-log" source = "/ xxx / yyy / zzz / ImageMaster.log" "Error" "* ContentServer *" </query>
<earliest> $ field1.earliest $ </earliest>
<latest> $ field1.latest $ </latest>
</search>
<option name = "list.drilldown"> none </option>
<option name = "refresh.display"> progressbar </option>
<option name = "rowNumbers"> 0 </option>
<option name = "table.drilldown"> none </option>
<option name = "type"> table </option>
</event>
</panel>
</row>

Unfortunately, I can't come up with a solution. I am thankful for any help.

Labels (4)
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...