All Apps and Add-ons

AWS for Splunk Addon - VPC Log not reflecting data

MAD
New Member

Hey Everyone,

I have the data being sent into the defined index via Kenesis. When I load the dashboard nothing populates. Upon searching the query, it returns this:

 

`aws-vpc-flow-log-index` source="dest_port" vpcflow_action=ACCEPT protocol=* (interface_id="*")  (aws_account_id="*") 
                | dedup _time interface_id aws_account_id protocol vpcflow_action
                | stats sum(total_bytes) as total_bytes sum(total_packets) as total_packets by interface_id aws_account_id protocol vpcflow_action | stats dc(interface_id) as interfaces

which returns a value of 0, however if I remove source="dest_port"  the query responds correctly and returns the correct variable. I must be doing something wrong here.

Labels (1)
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...