Dashboards & Visualizations

How to add previous week to line chart for comparison?

davidcraven02
Communicator

I have this below search and would like to add another line to include the week previous showing how it compares with the last 7 days.

index=summary report=otl_engineering_jiracsatresults Key="**" Assignee="**" Classification="**"
 | dedup Key 
 | eval dateEpoch = strptime(Date, "%Y-%m-%d %H:%M") 
 | eval today = now() 
 | eval daysAgo = round(((today - dateEpoch)/60/60/24), 0) 
 | rex field=Date "(?<day>^\d{4}-\d{2}-\d{2}) \d{2}:\d{2}$"
 | table Key, Summary, Reporter, Assignee, Classification, "CSAT Rate", "CSAT Rating Comment", Date, daysAgo, day
 |  search daysAgo <= 7 
 | stats avg("CSAT Rate") as AverageCustomerRating by day
Tags (2)
0 Karma
1 Solution

p_gurav
Champion

Hi try using timewrapcommand at the end of your search with timechart.
Refer: https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Timewrap

View solution in original post

p_gurav
Champion

Hi try using timewrapcommand at the end of your search with timechart.
Refer: https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Timewrap

Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

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 ...