-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>docsGeneral docs changesGeneral docs changesTeam:DocsMeta label for docs teamMeta label for docs teamTeam:SearchMeta label for search teamMeta label for search teamv7.13.0v8.0.0-alpha1
Description
#68088 added grok and dissect support for runtime fields. After talking with @nik9000, we should expand the runtime fields examples to include child pages specifically for grok and dissect. The new structure will have users index some fields and ingest data like on the current examples page, but then introduce new examples for grok and dissect that will operate on this data.
Grok example:
PUT localhost:9200/logs/_mappings
{
"runtime" : {
"message.clientip" : {
"type" : "ip",
"script": "emit(grok('%{COMMONAPACHELOG}').extract(doc["message"].value)?.clientip)"
}
}
}
Metadata
Metadata
Assignees
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>docsGeneral docs changesGeneral docs changesTeam:DocsMeta label for docs teamMeta label for docs teamTeam:SearchMeta label for search teamMeta label for search teamv7.13.0v8.0.0-alpha1