Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new processor idea] MAC vendor / OUI lookup #36560

Open
andrewkroh opened this issue Sep 11, 2023 · 3 comments
Open

[new processor idea] MAC vendor / OUI lookup #36560

andrewkroh opened this issue Sep 11, 2023 · 3 comments
Labels
discuss Issue needs further discussion. needs_team Indicates that the issue/PR needs a Team:* label :Processors Stalled

Comments

@andrewkroh
Copy link
Member

andrewkroh commented Sep 11, 2023

Describe the enhancement:

Create a processor to enrich events containing MAC addresses with the associated vendor name.

processors
  - mac_vendor: # Or perhaps oui_lookup.
      field: source.mac
      target_field: source.Mac_vendor
      ignore_missing: true

Describe a specific use case for the enhancement or feature:

When reviewing network data, particularly DHCP, it can be useful to know the hardware vendor. It's another clue that can be used when trying to understand the behavior of a device.

Related info

@andrewkroh andrewkroh added discuss Issue needs further discussion. :Processors labels Sep 11, 2023
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Sep 11, 2023
@botelastic
Copy link

botelastic bot commented Sep 11, 2023

This issue doesn't have a Team:<team> label.

@vinit-chauhan
Copy link
Contributor

Hey @andrewkroh - Yeah, this one seems like a good use case.
With a processor like this, we can also Validate a MAC, which would provide more clean data for many integrations.

Also, If we are enriching the MAC Address fields, shouldn't it be better if we do the processing on the ES side? Maybe the processor can go there so that this capability is not limited only to filebeat, or beats in general.

Also, maybe in the future, we can introduce a type in ES itself, just like IP.

@botelastic
Copy link

botelastic bot commented Nov 11, 2024

Hi!
We just realized that we haven't looked into this issue in a while. We're sorry!

We're labeling this issue as Stale to make it hit our filters and make sure we get back to it as soon as possible. In the meantime, it'd be extremely helpful if you could take a look at it as well and confirm its relevance. A simple comment with a nice emoji will be enough :+1.
Thank you for your contribution!

@botelastic botelastic bot added the Stalled label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discuss Issue needs further discussion. needs_team Indicates that the issue/PR needs a Team:* label :Processors Stalled
Projects
None yet
Development

No branches or pull requests

2 participants