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?

Labels (1)
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!

Using Machine Learning for Hunting Security Threats

WATCH NOW Seeing the exponential hike in global cyber threat spectrum, organizations are now striving more for ...

Observability Newsletter Highlights | March 2023

 March 2023 | Check out the latest and greatestSplunk APM's New Tag Filter ExperienceSplunk APM has updated ...

Security Newsletter Updates | March 2023

 March 2023 | Check out the latest and greatestUnify Your Security Operations with Splunk Mission Control The ...