Splunk Search

how to increment a value in eval function

edookati
Path Finder

I need to display the current hour and the current hour + 1 values in the chart and I am using the below eval function for the same...

eval monthDateHour=date_month.".".date_mday." ".date_hour.":"."00"." - "."date_hour+1"

But it doesn't work. Can someone please help me?
Thanks.

Tags (1)
0 Karma
1 Solution

pradeepkumarg
Influencer

You need to remove the quotes around date_hour+1.

eval monthDateHour=date_month.".".date_mday." ".date_hour.":"."00"." - ".(date_hour+1)

View solution in original post

pradeepkumarg
Influencer

You need to remove the quotes around date_hour+1.

eval monthDateHour=date_month.".".date_mday." ".date_hour.":"."00"." - ".(date_hour+1)

edookati
Path Finder

thanks. It worked fine.

0 Karma
Get Updates on the Splunk Community!

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...