Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry-pick #24871 to 7.x: Add field for user agent device type #24876

Merged
merged 1 commit into from
Mar 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.