Skip to content
#

heartbeat

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

Learn more