Skip to content

add ability to define custom grok patterns within processor config#15167

Merged
talevy merged 1 commit intoelastic:feature/ingestfrom
talevy:custom_grok_patterns
Dec 3, 2015
Merged

add ability to define custom grok patterns within processor config#15167
talevy merged 1 commit intoelastic:feature/ingestfrom
talevy:custom_grok_patterns

Conversation

@talevy
Copy link
Copy Markdown
Contributor

@talevy talevy commented Dec 2, 2015

adds ability to do something like this:

{
  "grok" : {
    ...
    "pattern_definitions" : {
      "MY_PATTERN" : "hello!"
    }
  }
}

@talevy talevy added the :Distributed/Ingest Node Execution or management of Ingest Pipelines label Dec 2, 2015
@talevy talevy added the review label Dec 2, 2015
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe also use the custom definitions in the match_pattern?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oo, meant to. missed it. thanks!

@martijnvg
Copy link
Copy Markdown
Member

One small docs comment OTT LTGM

@talevy talevy force-pushed the custom_grok_patterns branch from 74d8b90 to 56da7b3 Compare December 3, 2015 16:24
@talevy
Copy link
Copy Markdown
Contributor Author

talevy commented Dec 3, 2015

updated doc

talevy added a commit that referenced this pull request Dec 3, 2015
add ability to define custom grok patterns within processor config
@talevy talevy merged commit 41a953b into elastic:feature/ingest Dec 3, 2015
@talevy talevy deleted the custom_grok_patterns branch December 3, 2015 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Distributed/Ingest Node Execution or management of Ingest Pipelines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants