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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...