host.ip adds type configuration options, for example, only collects ip or collects mac #32251
Labels
enhancement
New feature or request
needs triage
New item requiring triage
processor/resource
Resource processor
processor/resourcedetection
Resource detection processor
Component(s)
processor/resource, processor/resourcedetection
Is your feature request related to a problem? Please describe.
Currently, host.ip collects many types of data, which cannot be aggregated. Can it be made Attribute configurable, for example, only IP is collected, and only Mac is collected?
Describe the solution you'd like
host.ip:
attributes: [ip,mac]
or
host.ip:
attributes: [ip4,mac,ip6]
Describe alternatives you've considered
No response
Additional context
Or adjust the default order so that ip4 is ranked first in the list.
The text was updated successfully, but these errors were encountered: