Splunk Enterprise

How to extract a field called "name"?

ejose
Explorer

Hi,

I am ingesting a json data that has a property called "name". I could not figure out why I am not able to extract the "name" property as a field name. It also does not create the "name" field even if I use a filed extractor. I am how ever able to create a field called "name1" but if I change it back to "name" it again does not register the field.

Regards,

Edward

Labels (1)
Tags (1)
0 Karma
1 Solution

scelikok
SplunkTrust
SplunkTrust

Hi @ejose,

I cannot think of a reason why "name" field name is not working, but if you managed to extract the field as "name1" you can simply rename it on search head on sourcetype settings. You will not need to rename everytime you need.

 

If this reply helps you an upvote and "Accept as Solution" is appreciated.

View solution in original post

scelikok
SplunkTrust
SplunkTrust

Hi @ejose,

I cannot think of a reason why "name" field name is not working, but if you managed to extract the field as "name1" you can simply rename it on search head on sourcetype settings. You will not need to rename everytime you need.

 

If this reply helps you an upvote and "Accept as Solution" is appreciated.

scelikok
SplunkTrust
SplunkTrust

Hi @ejose,

If your event is proper JSON you can use spath command. It will extract all fields,

index=json_data | spath

If you have mix data containing some JSON fields inside an event, you can use spath only for that field;

Assuming your json field name is json_field

index=json_data | spath input=json_field

 

 

If this reply helps you an upvote and "Accept as Solution" is appreciated.
0 Karma

ejose
Explorer

Hi @scelikok ,

Thanks for the reply, but I wanted to extract the field at index time so I can filter it with out having to extract the field every search.

 

0 Karma
Get Updates on the Splunk Community!

CX Day is Coming!

Customer Experience (CX) Day is on October 7th!! We're so excited to bring back another day full of wonderful ...

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...