Splunk Search

About display priority in annotation

hasehiro
New Member

How to annotate When multiple events are occurring at the same time, how is it displayed in the time chart?
I want to know the priority on display.

Tags (1)
0 Karma

sandyIscream
Communicator

Even if you have multiple events coming for a particular time. Splunk breaks them by the indexed time(this means by the order splunk indexed the incoming events).

For this you need to write your props.conf like below.

[sourcetype]
DATETIME_CONFIG = CURRENT ----------("CURRENT" will set the time of the event to the time that the event was
merged from lines, or worded differently, the time it passed through the
aggregator processor.)

Refer this below link
http://docs.splunk.com/Documentation/Splunk/6.4.0/Admin/Propsconf#Timestamp_extraction_configuration

So assume you have 200 events per second(Say on 12/13/17 3:38:47). it will break down to milliseconds (12/13/17 3:38:47 101/201/301)

Now when you display them in timechart it will show in chronological order.

0 Karma

hasehiro
New Member

Thank you for anwering.

However, the indexed time must be obtained form log file.

I Want to know what condition the event displayed at the top is decided when the time is exactly the same.

0 Karma
Get Updates on the Splunk Community!

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

New Release | Splunk Cloud Platform 10.1.2507

Hello Splunk Community!We are thrilled to announce the General Availability of Splunk Cloud Platform 10.1.2507 ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

🗣 You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...