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

ingest-user-agent: provide a way to extend the default regexes file #48683

Open
AE777F63 opened this issue Oct 30, 2019 · 1 comment
Open

ingest-user-agent: provide a way to extend the default regexes file #48683

AE777F63 opened this issue Oct 30, 2019 · 1 comment
Labels
:Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP >feature Team:Data Management Meta label for data/management team

Comments

@AE777F63
Copy link

Describe the feature:
Currently in order to add new entries to the regexes file one needs to copy the default file, add the new entries, and configure the pipeline to use the new file. It would be convenient to be able to add new entries without having to maintain the content of the default file.
For example, regex_file option could be extended to accept an array of paths, i.e.

      "user_agent" : {
        "field" : "agent",
        "regex_file": ["custom-prepend.yml", "_default_", "custom-append.yml"]
      }
@jimczi jimczi added :Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP >feature labels Oct 30, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-features (:Core/Features/Ingest)

@rjernst rjernst added the Team:Data Management Meta label for data/management team label May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP >feature Team:Data Management Meta label for data/management team
Projects
None yet
Development

No branches or pull requests

4 participants