Dashboards & Visualizations

Problem in drilling down to Individual event when there is overlap in Timeline Chart

rkarajada94
New Member

I have a problem while using Timeline chart.
When there are overlapping values for timeline chart. alt text
how can we drill down into individual event?
Please let me know if there is a way to fix this.

Tags (1)
0 Karma

kmaron
Motivator

Could you share your search query? That picture does not provide very much information.

0 Karma

rkarajada94
New Member

$indexString$ sourcetype="hw_eox_v5" physicalType="$physical$" [| last_np_source("$indexString$", "hw_eox_v5")] $form.tech_filter_selection$ $GroupSubQuery$ | join deviceId type=left [ search $indexString$ sourcetype="devices" [| last_np_source("$indexString$ ", "devices")]|table productFamily deviceId ] | search productFamily="$product$" | eval Milestones=currentEoxMilestone.",".nextEoxMilestone
| makemv Milestones delim="," | mvexpand Milestones | eval Milestones=split(Milestones,",") | mvexpand Milestones | replace "SW_MAINTENANCE_RELEASE_DATE" with "EoSWM" in Milestones | replace "SALE_DATE" with "EoSale" in Milestones | replace "ROUTINE_FAILURE_ANALYSIS_DATE" with "EoRFA" in Milestones | replace "EO_SECURITY_VUL_SUPPORT_DATE" with "EoVSS" in Milestones | replace "SERVICE_CONTRACT_RENEWAL_DATE" with "EoSCR" in Milestones
| replace "SUPPORT_LAST_DATE" with "LDoS" in Milestones |search Milestones!=null
| replace Announced with "End Of Life Announcement" in Milestones
| replace EoRFA with "End of Routine Failure Analysis" in Milestones
| replace EoSWM with "End of Software Maintenance" in Milestones
| replace LDoS with "Last Date Of Support" in Milestones
| replace EoVSS with "End Of Security Vulneribility" in Milestones
| replace EoSale with "End Of Sale" in Milestones
| replace EoSCR with "End of Service Contract Renewal" in Milestones
|rex field=currentEoxMilestoneDate "(?<DATE>.)T." | rex field=nextEoxMilestoneDate "(?<DATE1>.)T." | eval NEWDATE1=DATE + ";" + DATE1 | fillnull value="null" DATE1 | fillnull value="null" NEWDATE1 | eval NEWDATE=DATE + ";" + DATE1 + ";" + NEWDATE1 | makemv delim=";" NEWDATE | mvexpand NEWDATE | where NEWDATE!="null" | eval ld=strptime(NEWDATE,"%Y-%m-%d")
| where ld < now() + (86400*$timer$) | where ld > now() - (86400*$timer1$) | eval EoxMilestoneDate=substr(NEWDATE,0,7) | rename EoxMilestoneDate as "Eox Milestone Date" | table "Eox Milestone Date", productFamily,Milestones

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, ...