Commit graph

2 commits

Author SHA1 Message Date
Adam Locke
1ebbb93bbe
Fix broken link for grok patterns in documentation (#78878) (#79009)
* Fix broken link for grok patterns in documentation

The current link for grok patterns does not exist anymore:

https://github.com/elastic/elasticsearch/blob/master/libs/grok/src/main/resources/patterns/grok-patterns

I have replaced it with:

https://github.com/elastic/elasticsearch/blob/master/libs/grok/src/main/resources/patterns/ecs-v1/grok-patterns

But I'm unsure if it is the right link as there is also a 'legacy' folder.

* Update link and add section for ECS migration

Co-authored-by: Adam Locke <adam.locke@elastic.co>

Co-authored-by: Stéphane DERACO <stephane@deraco.fr>
2021-10-12 14:58:03 -04:00
Adam Locke
60cad596fc
[DOCS] [7.x] Create a new page for grok content in scripting docs (#73118) (#73495)
* [DOCS] [7.x]  Create a new page for grok content in scripting docs (#73118)

* [DOCS] Moving grok to its own scripting page

* Adding examples

* Updating cross link for grok page

* Adds same runtime field in a search request for #73262

* Clarify titles and shift navigation

* Incorporating review feedback

* Updating cross-link to Painless

* Adding doc type to response
2021-05-27 16:14:03 -04:00