Dashboards & Visualizations

Trend line is not getting displayed

Chinmai
Explorer

Hello,

I am using the following search string to get a trend line on the column chart in the visualization tab. But i am getting only column chart but not trend line. Can anyone please help me with this?

index=abc | chart sum(RES_CONF_ID) as count over MO_NAME by YR_NUM useother=f |lookup Lookup_month MO_NAME output MO_OF_YR_NUM | sort + MO_OF_YR_NUM | fields - MO_OF_YR_NUM | trendline wma2(sum(RES_CONF_ID)) as trend

Thanks in advance.

Tags (1)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Do you see a trend field in the tabular/statistics view of your data?

If so, all you need to get a line is to switch back to the visualization tab, and format your column chart's overlay field to be the trend field.
If not, you will first need to figure out what's wrong with your search.

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!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...