Splunk Search

_time resolution in Summary Index

lpolo
Motivator

The following query construct populates a summary index:

source=1.log OR source=2.log |
eval _time = case(source == "1.log", _time)|
stats 
 first(_time)  as _time 
….other fileds….
 dc(source) as dc by id|search dc=2

The resolution _time of the time stamp for each source log is in milliseconds. Example : 2013-06-13 04:00:15,250

Question:
Why isn’t the resolution time in the summary index in mill. seconds (e.g., 2013-06-13 04:00:15 +0000)?

Tags (1)

Jason
Motivator

It appears milliseconds are dropped by the command that creates the summary index file - I'm going to file a bug. Case 123267

sbsbb
Builder

I'm experiencing the same problem, anything new about this bug ?

0 Karma

lpolo
Motivator

Thank you Jason.

Lp

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

SOC4Kafka - New Kafka Connector Powered by OpenTelemetry

The new SOC4Kafka connector, built on OpenTelemetry, enables the collection of Kafka messages and forwards ...

Rounding off the Splunk Dashboard Contest

What does a contest-winning Splunk dashboard look like? In this case, it isn't in a browser tab at all. It ...

A Four Part Event Series: AI + Observability: AI Agents, LLMs, Apps, & Infrastructure

AI + Observability: AI Agents, LLMs, Apps, & Infrastructure The rapid evolution of artificial intelligence ...