Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Filebeat Top-N Flows dashboard #10180

Merged

Conversation

andrewkroh
Copy link
Member

This is dashboard for investigating the Top-N network flows. The search pattern is set to
look at event.action: network_flow which is what the Filebeat netflow input uses. There
are controls for selecting the flow direction (if provided by the netflow exporter) and the
flow locality (public = at least one side is a public IP, or private = both sides are private IPs).

The domain column in the tables will only be populated if the data is enriched with
source.domain or destination.domain. Like if a reverse or passive DNS enrichment is
performed.

filebeat-flows-top-n-dashboard
(Flow data simulated via softflowd and a pcap file so the flow durations are all 0.)

This is dashboard for investigating the Top-N network flows. The search pattern is set to
look at `event.action: network_flow` which is what the Filebeat netflow input uses. There
are controls for selecting the flow direction (if provided by the netflow exporter) and the
flow locality (public = at least one side is a public IP, or private = both sides are private IPs).

The domain column in the tables will only be populated if the data is enriched with
source.domain or destination.domain. Like if a reverse or passive DNS enrichment is
performed.
@elasticmachine
Copy link
Collaborator

Pinging @elastic/secops

@andrewkroh andrewkroh merged commit 93cf5ed into elastic:master Jan 24, 2019
@adriansr adriansr mentioned this pull request Feb 7, 2019
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants