Hi,
I am trying to form a custom link to the episode/event in the email alert triggered from SPlunk ITSI.
However, when I open the link to that event or episode directly it always opens the alert and episode link and you the have to again search for the events and check the details.
Is there a way to get the link to the episode directly taht a person can open without searching from the ist of the events?
the link to specific episode e.g. https://splunkcloud.com/en-US/app/itsi/itsi_event_management?tab=layout_1&emid=1sdfdff-3cd3-11f0-b7a...
when opened in separate window does not open that specific episode
the above url is modified to not share the exact url for the episode.
To extend @skramp answer.
episodeid in the episode review url references the episode id that is stored as itsi_group_id in the itsi_grouped_alerts index.
Below its an example of the Episode Review link I would pass in an email from an alert rule in the NEAP
https://itsi.<stack_name>.splunkcloud.com/en-GB/app/itsi/itsi_event_management?earliest=$result.itsi_first_event_time$&latest=$result.itsi_last_event_time$&episodeid=$result.itsi_group_id$&showsummarydashboard=false
/Seb
That's quite easy. Every Episode has an ID, so you can build a link like https://yoursplunkinstance/en-US/app/itsi/itsi_event_management?episodeid=abc25865-33b3-484b-bd45-5d...