Splunk Search

Line chart group by month

andy222
New Member

Hi,
I am sorry I am very new to the splunk and I am struggling with the results I want to get.
I have a query that produces desired (kind of.. In visualization, months are still not in chronological order) result as bar chart without any effort. When I convert that to line chart, my grouping by month is removed and I get result for each day as seen below:

Query:

QUERY | eval Date=strftime('_time',"%Y-%m") | timechart count by Click | sort _time Desc

Visualization looks perfect as bar chart:
alt text

As soon as I select Line chart, My X-Axis displays chart by individual date and not grouped by month as seen below: 2:
alt text

Can someone please tell me how to group my data by month in a line OR any other chart?
Also how can I display my chart starting from latest?

Thanks

0 Karma

andy222
New Member

Hi @poete,
Thanks for your answer. It worked like a charm.
Now only problem remains is that, it starts with least to greatest. I want to start my graph from current year-month and then in the past. Currently if I set time range for 365 days, it starts at February 2019 and then goes on. I want it to start with February 2020.

Thanks again
Andy

0 Karma

poete
Builder

Hello @andy222,

please modify your query as follows :

QUERY |  timechart count by Click span=1mon

and find all information about span here https://docs.splunk.com/Documentation/SplunkCloud/latest/SearchReference/Timechart and here https://docs.splunk.com/Documentation/Splunk/8.0.2/SearchReference/Timechart#Span_options

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...