The Wayback Machine - https://web.archive.org/web/20220109022953/https://github.com/topics/filebeat
Skip to content
#

filebeat

Here are 356 public repositories matching this topic...

andrewkroh
andrewkroh commented Jan 7, 2022

The add_network_direction processor creates field names that contain dots. By default it will create a document that contains

What is does:

{
  "network.direction": "outbound"
}

What is SHOULD do:

{
  "network": {
    "direction": "outbound"
  }
}

The problem is this line that directly uses the target key without considering that it could contain dots

Improve this page

Add a description, image, and links to the filebeat topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the filebeat topic, visit your repo's landing page and select "manage topics."

Learn more