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 Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...