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

Add processor that does service port to name translation #7244

Closed
danielnelson opened this issue Mar 27, 2020 · 0 comments · Fixed by #7540
Closed

Add processor that does service port to name translation #7244

danielnelson opened this issue Mar 27, 2020 · 0 comments · Fixed by #7540
Assignees
Labels
feature request Requests for new plugin and for new features to existing plugins
Milestone

Comments

@danielnelson
Copy link
Contributor

Feature Request

Proposal:

Add a new processor that can convert a tag containing a well-known port number to the registered service name, according to the net.LookupPort function or similar.

Current behavior:

N/A

Desired behavior:

[[processors.lookup_port]]
  tag = "port"

  ## If set, write port to new tag key
  # dest = "service"
- foo,port=443 bar=42
+ foo,port=443,service=https bar=42

Use case:

Enrich the output of the sflow input.

@danielnelson danielnelson added the feature request Requests for new plugin and for new features to existing plugins label Mar 27, 2020
@danielnelson danielnelson added this to the 1.15.0 milestone Mar 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Requests for new plugin and for new features to existing plugins
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants