Dashboards & Visualizations

How do I change the x axis?

alakhotia
Explorer

I have this query that ends like this:

| convert timeformat="%Y-%m-%d" ctime(_time) AS date
| stats count by loggingObject.methodName, loggingObject.httpReturnCode, date

 

I then click on "Visualization".  How do I get the x-axis to be dates instead of the method name?

Labels (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

x-axis will be the first column / field in the results, so put date as the first field after the by

| stats count by date, loggingObject.methodName, loggingObject.httpReturnCode
0 Karma
Get Updates on the Splunk Community!

Preparing your Splunk Environment for OpenSSL3

The Splunk platform will transition to OpenSSL version 3 in a future release. Actions are required to prepare ...

Deprecation of Splunk Observability Kubernetes “Classic Navigator” UI starting ...

Access to Splunk Observability Kubernetes “Classic Navigator” UI will no longer be available starting January ...

Now Available: Cisco Talos Threat Intelligence Integrations for Splunk Security Cloud ...

At .conf24, we shared that we were in the process of integrating Cisco Talos threat intelligence into Splunk ...