Splunk Search

Splunk query to list the events without date ?

pavanae
Builder

Also it would be great if anyone can lgive a search query to list out the top 10 hosts with those events?

Thanks in advance

0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

as already asked renjith.nair, Splunk always gives a timestamp to every log, you cannot have logs without timestamp.

I assume that you are using Splunk to create reports on non-event data probably from a DB (we sometimes used Splunk to do this).
In this case you have to know the period in which you ingested the data and use this time in the timerange to use in the the search.
After this you have to create a normal search like

index=my_index | top 10 host

Bye.
Giuseppe

View solution in original post

0 Karma

gcusello
SplunkTrust
SplunkTrust

as already asked renjith.nair, Splunk always gives a timestamp to every log, you cannot have logs without timestamp.

I assume that you are using Splunk to create reports on non-event data probably from a DB (we sometimes used Splunk to do this).
In this case you have to know the period in which you ingested the data and use this time in the timerange to use in the the search.
After this you have to create a normal search like

index=my_index | top 10 host

Bye.
Giuseppe

0 Karma

renjith_nair
Legend

Sorry but what you mean by events without date? Splunk assigns timestamp while it index data even though you haven't provide any timestamp. Could you please provide an example ?

http://docs.splunk.com/Documentation/Splunk/6.4.3/Data/HowSplunkextractstimestamps

Happy Splunking!
0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...