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

winlogbeat

Here are 20 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 winlogbeat 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 winlogbeat topic, visit your repo's landing page and select "manage topics."

Learn more