Monitoring Splunk

Splunk dashboard

Als123
Explorer

Hi Team,

When I did below search, I am getting the count of event details under "Null" column name. 

index=main|search query|timechart span=5m count by events 

Result:

_time                     Null

06/10/2021.        200

But instead of column name as null, I need some other alias name.How to do that?

0 Karma

danielcj
Communicator

Hi,

Is this Null value expected? It seems that the "events" field is not find in your search results and because of this it is returning the results as Null.

If this value is expected and you want to rename the Null column you could append the following to your search.

 

| rename Null as <field_alias>

 

0 Karma
Get Updates on the Splunk Community!

AppDynamics Summer Webinars

This summer, our mighty AppDynamics team is cooking up some delicious content on YouTube Live to satiate your ...

SOCin’ it to you at Splunk University

Splunk University is expanding its instructor-led learning portfolio with dedicated Security tracks at .conf25 ...

Credit Card Data Protection & PCI Compliance with Splunk Edge Processor

Organizations handling credit card transactions know that PCI DSS compliance is both critical and complex. The ...