Skip to content

Commit

Permalink
add elasticsearch missing field types
Browse files Browse the repository at this point in the history
  • Loading branch information
klacabane committed Jan 28, 2022
1 parent 8a2cc61 commit a254d7b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions filebeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -49751,6 +49751,8 @@ example: kibana
--
Used by Elasticsearch to throttle and deduplicate deprecation warnings

type: keyword

example: v7app

--
Expand All @@ -49760,6 +49762,8 @@ example: v7app
--
Category of the deprecation event

type: keyword

example: compatible_api

--
Expand Down
2 changes: 2 additions & 0 deletions filebeat/module/elasticsearch/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
- name: http.request.x_opaque_id
description: "Used by Elasticsearch to throttle and deduplicate deprecation warnings"
example: "v7app"
type: keyword
- name: event.category
description: "Category of the deprecation event"
example: "compatible_api"
type: keyword
2 changes: 1 addition & 1 deletion filebeat/module/elasticsearch/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a254d7b

Please sign in to comment.