Splunk Search

Why are there a few fields are missing when importing data from DOORS next gen to Splunk?

Sharmila
Engager

Hello All,

I tried to extract data from DOORS Next Gen. After importing the data, I found that few fields are missing. 

Search I made,

index=2w_triumph_7inch_doorsnext_export
| search ModuleID=121994| chart count by "RB_Status"

"RB_Status" is also a field. But "Artifact type" field is missing in the field list, no results found when attempting to search with "Artifact type".

Similarly, when the data is empty (i.e  there are 10 empty values are in "RB_Status", it was not taken into count when chart command is given)

Thanks in ad

Labels (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

The chart command uses a by clause to determine what to count by, in your case, you are counting by the values in RB_Status, i.e. you will get a count for the number of times each non-null value of RB_Status appears in your data set. This will reduce your event stream to two field, RB_Status and count. Everything else in no longer in the events. This is the way the command is supposed to work.

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust

The chart command uses a by clause to determine what to count by, in your case, you are counting by the values in RB_Status, i.e. you will get a count for the number of times each non-null value of RB_Status appears in your data set. This will reduce your event stream to two field, RB_Status and count. Everything else in no longer in the events. This is the way the command is supposed to work.

Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...