Splunk Search

How to use the timechart command to get a certain amount of time span in custom field?

brdr
Contributor

I have a lookup table with 3 fields: host, user, p_time

The events in the lookup table will contain 12 months of data. I have converted p_time to epoch format.

Simply, what I'm trying to accomplish is to use timechart command with a span of 1 month using p_time - to view the total number of events each month. As a side note, I would also like to include total number of events over 12 month period.

Any help would be appreciated.

Tags (3)
1 Solution

woodcock
Esteemed Legend

Just add this to the bottom of your existing search:

| eval _time = p_time
| timechart span=1mon count

View solution in original post

woodcock
Esteemed Legend

Just add this to the bottom of your existing search:

| eval _time = p_time
| timechart span=1mon count

somesoni2
Revered Legend

And add following after the timechart command to get total events for whole 12 month period

| eventstats sum(count) as TotalEvents
0 Karma

brdr
Contributor

Awesome. thank you both (as always) for responding 🙂

0 Karma

woodcock
Esteemed Legend

Nice tag-team, @somsoni2. So now you and @daljeanis are both stalking me and fixing my silly oversights and mistakes. Thanks for picking up my slack.

macadminrohit
Contributor

Is there another slack than the splunk user group slack ?

0 Karma

xpac
SplunkTrust
SplunkTrust

Yeah, the idiom "Pick up someones slack" 😉

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!

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...

Network to App: Observability Unlocked [May & June Series]

In today’s digital landscape, your environment is no longer confined to the data center. It spans complex ...

SPL2 Deep Dives, AppDynamics Integrations, SAML Made Simple and Much More on Splunk ...

Splunk Lantern is Splunk’s customer success center that provides practical guidance from Splunk experts on key ...