Splunk Search

Why do I have empty stack fields in some logs?

sc_admin11
Explorer

I have uploaded the screenshots of logs of same time but in one log stack and task field is empty and in one it is filled . What is the reason behind ? 
Can someone help me to figure it out?

Screenshot 2023-01-02 at 5.55.24 PM.pngScreenshot 2023-01-02 at 5.55.32 PM.png

Labels (1)
0 Karma

bowesmana
SplunkTrust
SplunkTrust

Your stack value of ust-Dashboard-Demo-Service does not appear to be in the visible _raw data, so it is presumably a calculated, or some other kind of auto populated field, that is being generated as a result of some props/transforms. Same applies to task - that's not in the visible screenshot raw listing

If you 

| table _raw

do you see either task or stack in the data?

If not check the field settings for the sourcetype=format_v1 

 

  

0 Karma

PickleRick
SplunkTrust
SplunkTrust

It might also be an indexed field prepared by Splunk during ingestion process. It's relatively common to have additional metadata fields identifying the origin of an event in case the events themselves or the "standard" metadata (most significantly, the host value) do not provide enough information in that matter.

0 Karma

sc_admin11
Explorer

hi @bowesmana 
 stack and task is not in raw data. we are passing through entrypoint.sh and input.conf file as 

[monitor:///var/log/dashboard/dashboard.log]
sourcetype = format_v1
index = dashboard
_meta = stack::<stackname> task::<taskid>
0 Karma

PickleRick
SplunkTrust
SplunkTrust

Maybe you're manipulating the _meta somewhere during the ingestion process. (do you have any transforms with DEST_KEY=_meta?

0 Karma

sc_admin11
Explorer

@PickleRick  no we don't have any transforms with DEST_KEY=_meta

0 Karma

bowesmana
SplunkTrust
SplunkTrust

How are you getting stackname and taskid fields?

0 Karma
Get Updates on the Splunk Community!

Good Sourcetype Naming

When it comes to getting data in, one of the earliest decisions made is what to use as a sourcetype. Often, ...

See your relevant APM services, dashboards, and alerts in one place with the updated ...

As a Splunk Observability user, you have a lot of data you have to manage, prioritize, and troubleshoot on a ...

Splunk App for Anomaly Detection End of Life Announcement

Q: What is happening to the Splunk App for Anomaly Detection?A: Splunk is officially announcing the ...