Skip to content

Commit

Permalink
Add Filebeat Top-N Flows dashboard (elastic#10180)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
andrewkroh authored Jan 24, 2019
1 parent bfc2f32 commit 93cf5ed
Show file tree
Hide file tree
Showing 2 changed files with 870 additions and 1 deletion.
Loading

0 comments on commit 93cf5ed

Please sign in to comment.