Skip to content

Commit

Permalink
revert process data_stream changes
Browse files Browse the repository at this point in the history
Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
  • Loading branch information
tetianakravchenko committed May 31, 2023
1 parent fbd3e49 commit 1314197
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/system/data_stream/process/fields/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@
level: core
type: ip
description: Host ip addresses.
- name: mac
level: core
type: keyword
ignore_above: 1024
description: Host mac addresses.
- name: name
level: core
type: keyword
Expand Down
2 changes: 1 addition & 1 deletion packages/system/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1836,7 +1836,7 @@ If running as less privileged user, it may not be able to read process data belo
| host.os.full.text | Multi-field of `host.os.full`. | match_only_text | | |
| host.os.kernel | Operating system kernel version as a raw string. | keyword | | |
| host.os.name | Operating system name, without the version. | keyword | | |
| host.os.name.text | Multi-field of `host.os.name`. | match_only_text | | |
| host.os.name.text | Multi-field of `host.os.name`. | text | | |
| host.os.platform | Operating system platform (such centos, ubuntu, windows). | keyword | | |
| host.os.version | Operating system version as a raw string. | keyword | | |
| host.type | Type of host. For Cloud providers this can be the machine type like `t2.medium`. If vm, this could be the container, for example, or other information meaningful in your environment. | keyword | | |
Expand Down

0 comments on commit 1314197

Please sign in to comment.