Getting Data In

TimeStamp problem

geantvert007
Explorer

Hi,

I have a timestamp problem on Splunk.
I am working with log file who looks like :

numberline;date;ipsrc;ipdst
102;13Jan2015;10.10.10.10;12.12.12.12

On splunk the date is 15 january but on the raw date we are in 13 january ...
I know that I have to configure propers.config,date_time.xml ect but what is the command to extract the date without space correctly ?

Thanks

Steve

Tags (1)
0 Karma
1 Solution

renjith_nair
Legend

If you are trying to extract the date from your event, ie 13Jan2015, you can use

[<spec>]
TIME_PREFIX = \d{3};
TIME_FORMAT = %d%b%Y

where spec can be host,source,sourcetype

Reference : http://docs.splunk.com/Documentation/Splunk/6.1/Data/Configuretimestamprecognition

Happy Splunking!

View solution in original post

renjith_nair
Legend

If you are trying to extract the date from your event, ie 13Jan2015, you can use

[<spec>]
TIME_PREFIX = \d{3};
TIME_FORMAT = %d%b%Y

where spec can be host,source,sourcetype

Reference : http://docs.splunk.com/Documentation/Splunk/6.1/Data/Configuretimestamprecognition

Happy Splunking!

geantvert007
Explorer

Thanks renjith.nair,
I will try this.

On the splunk document they talk about the props.conf but I have use the local or the default props.config to enable the extraction ?

0 Karma

renjith_nair
Legend

For all your configuration, use local. Also please not that you might need to adjust the time prefix regex to match all your events

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

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...