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

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

SOC4Kafka - New Kafka Connector Powered by OpenTelemetry

The new SOC4Kafka connector, built on OpenTelemetry, enables the collection of Kafka messages and forwards ...

Rounding off the Splunk Dashboard Contest

What does a contest-winning Splunk dashboard look like? In this case, it isn't in a browser tab at all. It ...