Splunk Search

Why does geostats represent one and two arguments differently?

snorri
Path Finder

Im trying to represent som values with geostats, when I do this:

| geostats values(OK) by name

geostats present the results in a acceptable way:

alt text

But when I put in two values:

| geostats values(OK) values(NOK) by name

geostats presents the results like this:

alt text

Why is this? And how can I rename it?

0 Karma

DalJeanis
Legend

Try as

| stats values(OK) as MyName1 values(NOK) as MyName2 by name
0 Karma
Get Updates on the Splunk Community!

Splunk Observability Cloud's AI Assistant in Action Series: Auditing Compliance and ...

This is the third post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Community Badges!

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

What You Read The Most: Splunk Lantern’s Most Popular Articles!

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...