Dashboards & Visualizations

Query with multiple values in cell

rangarbus
Path Finder

Hey friends, I am facing a problem with my new dashboard. 

My Event:

{ 
   kubernetes: { 
     container_name: adapter
     docker_id: a15db0337d70979f0f6e042f5bd609bfe1c42a97472faea56c77924c2ec43158
     namespace_name: default
     pod_name: adapter-767585d989-x5fj7
   }
   log: {"thread":"simpleMessageListenerContainer-2","level":"INFO","loggerName":"adapter.repository.S3Repository","message":"Getting s3object bucket=adapter-test, key=in/1234.json","endOfBatch":true,"loggerFqcn":"org.apache.logging.slf4j.Log4jLogger","instant":{"epochSecond":1615350586,"nanoOfSecond":904000000},"threadId":14,"threadPriority":5,"app_name":"adapter"}

   log_processed: { 
     app_name: adapter
     endOfBatch: true
     instant: { 
     	epochSecond: 1615350586
     	nanoOfSecond: 904000000
     }
     level: INFO
     loggerFqcn: org.apache.logging.slf4j.Log4jLogger
     loggerName: adapter.repository.S3Repository
     message: Getting s3object bucket=adapter-test, key=in/1234.json
     thread: simpleMessageListenerContainer-2
     threadId: 14
     threadPriority: 5
   }
   stream: stdout
   time: 2021-03-10T04:29:46.90639262Z
}

When i create a dashboard out of this event, I get 2 entries on each cell of the dashboard.

My dashboard query is as below

index=logs sourcetype=test
| rename log_processed.app_name as AppName
| rename log_processed.loggerName as LoggerName
| rename log_processed.level as LogLevel
| rename log_processed.message as Message
| rename kubernetes.pod_name as EKS_POD
| table _time, AppName, LoggerName, LogLevel, Message, EKS_POD
| where Message!=""

Output is like:

rangarbus_0-1615395376727.png

Ideally the output should be :

rangarbus_1-1615395567660.png

Could you please help on this. 

 

Labels (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| foreach * [ eval <<FIELD>>=mvdedup('<<FIELD>>') ]
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Does the props.conf file contain both KV_MODE=JSON and AUTO_KV_JSON=true?  If so, that's why the fields are doubled.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

AI for AppInspect

We’re excited to announce two new updates to AppInspect designed to save you time and make the app approval ...

App Platform's 2025 Year in Review: A Year of Innovation, Growth, and Community

As we step into 2026, it’s the perfect moment to reflect on what an extraordinary year 2025 was for the Splunk ...

Operationalizing Entity Risk Score with Enterprise Security 8.3+

Overview Enterprise Security 8.3 introduces a powerful new feature called “Entity Risk Scoring” (ERS) for ...