Dashboards & Visualizations

Incorrect (extra) information in Bar Visalization in Dashboard

DigitalOverdriv
Engager

Hello! I have a dashboard with several visualization panels. One of these is linked to a search that pulls the Top 10 Source IPs by Log Activity.

index="index_name" $token.source.address$
|fields source_address 
|stats count by source_address 
|table source_address, count
|rename source_address as "Source IP", count as "Count"
|sort -Count
| head 10

 

The token, $token.source.address$, is set by a text box on the dashboard for the bar visualization below. However, in addition to the correct value being shown, there are often other incorrect values shown as well.

 

Dashboard - Top 10 Source IPs.png

There doesn't seem to be a pattern as to why this happens? Does anyone know why this may happen and how to correct it?

Thanks!

Labels (3)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
source_address=$token.source.address$

 It could be that the events that are being returned are where the $token.source.address$ value exists elsewhere in the event.

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust
source_address=$token.source.address$

 It could be that the events that are being returned are where the $token.source.address$ value exists elsewhere in the event.

DigitalOverdriv
Engager

Thank you! This pointed me in the right direction! It turned out that the issue was that the token was somehow picking up the nat_source_address field as well.

 

 

0 Karma
Get Updates on the Splunk Community!

Splunk App for Anomaly Detection End of Life Announcment

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

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...