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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...