Splunk Search

Adding strings from 2 fields into 1

Zyon
Engager

Hello!

I am trying to combine 2 fields into 1 field.
One of my field is named date_mday, which stores all the days in the month, 1-30/31
Another field is named date_month, which stores all the month in the year, Jan-Dec

I need to combine these 2 fields into one field. For example, "8 Aug" or "20 Jan".
May i ask if there is any ideas for me to do so?

Thanks.

EDIT
Now, I am able to produce a graph, however is there any way for me to sort the time?
Graph: http://i40.tinypic.com/2ai0zzn.png

Tags (1)
0 Karma
1 Solution

rturk
Builder

Hi Zyon,

try this:

<search here> | eval date_readable=date_mday." ".date_month

You have to remember that this will just be a string and Splunk will not treat it as a date for the purposes of sorting.

Hope this helps 🙂

View solution in original post

rturk
Builder

Hi Zyon,

try this:

<search here> | eval date_readable=date_mday." ".date_month

You have to remember that this will just be a string and Splunk will not treat it as a date for the purposes of sorting.

Hope this helps 🙂

Zyon
Engager

Alright. Thanks a lot.

0 Karma

rturk
Builder

This sounds like an issue with timestamp extraction in the original event. Unfortunately I can't help you right now, but if you put another question up, I think someone will be able to assist you shortly!

0 Karma

Zyon
Engager

Alright! But i have another doubt and have no idea on how it could be done. It is asked above.

0 Karma

rturk
Builder

Great! If you could mark the answer as accepted (the tick box) that'll help other people who are searching with the same problem 🙂

Happy Splunking!

0 Karma

Zyon
Engager

Thanks, it works!

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!

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...

SplunkTrust Application Period is Officially OPEN!

It's that time, folks! The application/nomination period for the 2026-2027 SplunkTrust is officially open. If ...