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 Pipelines] Unable to add multiple patterns in grok processor #129731

Closed
alisonelizabeth opened this issue Apr 7, 2022 · 2 comments · Fixed by #130123
Closed

[Ingest Pipelines] Unable to add multiple patterns in grok processor #129731

alisonelizabeth opened this issue Apr 7, 2022 · 2 comments · Fixed by #130123
Labels
bug Fixes for quality problems that affect the customer experience Feature:Ingest Node Pipelines Ingest node pipelines management Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@alisonelizabeth
Copy link
Contributor

Kibana version:
8.1

Describe the bug:
The grok processor "pattern" input is not working as expected.

Steps to reproduce:

  1. Navigate to Ingest Node Pipelines --> Create pipeline
  2. Add a new processor --> Select "Grok"
  3. Add field name
  4. Add a pattern, i.e., "test 1"
  5. Add a second pattern, i.e., "test 2".
  6. Click "Add pattern" to add a third pattern. Note the second pattern gets cleared.

grok_processor

Expected behavior:
The user should be able to add >1 grok patterns.

@alisonelizabeth alisonelizabeth added bug Fixes for quality problems that affect the customer experience Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more Feature:Ingest Node Pipelines Ingest node pipelines management labels Apr 7, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/platform-deployment-management (Team:Deployment Management)

@alisonelizabeth
Copy link
Contributor Author

This issue should be resolved by #128489, although we should add tests for the grok processor to validate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Ingest Node Pipelines Ingest node pipelines management Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants