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!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...