Skip to content

Commit

Permalink
Add field for user agent device type (elastic#24871)
Browse files Browse the repository at this point in the history
Add field definition for new user agent field added in elastic/elasticsearch#69322

(cherry picked from commit 6454736)
  • Loading branch information
jsoriano committed Mar 31, 2021
1 parent c7aa3bd commit 9d5ad23
Show file tree
Hide file tree
Showing 17 changed files with 84 additions and 8 deletions.
9 changes: 9 additions & 0 deletions auditbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2475,6 +2475,15 @@ type: keyword
--
*`user_agent.device.type`*::
+
--
Type of device where the user agent is running.
type: keyword
--
[[exported-fields-cloud]]
== Cloud provider metadata fields
Expand Down
2 changes: 1 addition & 1 deletion auditbeat/include/fields.go

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions filebeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9070,6 +9070,15 @@ type: keyword

--

*`user_agent.device.type`*::
+
--
Type of device where the user agent is running.

type: keyword

--

[[exported-fields-bluecoat]]
== Blue Coat Director fields

Expand Down
2 changes: 1 addition & 1 deletion filebeat/include/fields.go

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions heartbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,15 @@ type: keyword
--
*`user_agent.device.type`*::
+
--
Type of device where the user agent is running.
type: keyword
--
[[exported-fields-cloud]]
== Cloud provider metadata fields
Expand Down
2 changes: 1 addition & 1 deletion heartbeat/include/fields.go

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions journalbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ type: keyword
--
*`user_agent.device.type`*::
+
--
Type of device where the user agent is running.
type: keyword
--
[[exported-fields-cloud]]
== Cloud provider metadata fields
Expand Down
2 changes: 1 addition & 1 deletion journalbeat/include/fields.go

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions libbeat/_meta/fields.common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@
- name: timeseries.instance
type: keyword
description: Time series instance id

- name: user_agent.device.type
type: keyword
description: Type of device where the user agent is running.
9 changes: 9 additions & 0 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5738,6 +5738,15 @@ type: keyword

--

*`user_agent.device.type`*::
+
--
Type of device where the user agent is running.

type: keyword

--

[[exported-fields-beat]]
== Beat fields

Expand Down
9 changes: 9 additions & 0 deletions packetbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,15 @@ type: keyword
--
*`user_agent.device.type`*::
+
--
Type of device where the user agent is running.
type: keyword
--
[[exported-fields-cassandra]]
== Cassandra fields
Expand Down
2 changes: 1 addition & 1 deletion packetbeat/include/fields.go

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions winlogbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@ type: keyword
--
*`user_agent.device.type`*::
+
--
Type of device where the user agent is running.
type: keyword
--
[[exported-fields-cloud]]
== Cloud provider metadata fields
Expand Down
2 changes: 1 addition & 1 deletion winlogbeat/include/fields.go

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions x-pack/functionbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ type: keyword
--
*`user_agent.device.type`*::
+
--
Type of device where the user agent is running.
type: keyword
--
[[exported-fields-cloud]]
== Cloud provider metadata fields
Expand Down
2 changes: 1 addition & 1 deletion x-pack/functionbeat/include/fields.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion x-pack/heartbeat/include/fields.go

Large diffs are not rendered by default.

0 comments on commit 9d5ad23

Please sign in to comment.