Skip to content

Commit

Permalink
7.11 wildcard keywords (elastic#4657)
Browse files Browse the repository at this point in the history
* fix: Revert using wildcards in template

follow up on elastic#4655

fixes elastic#4652
  • Loading branch information
simitt committed Feb 1, 2021
1 parent cc2ab7e commit 2652950
Show file tree
Hide file tree
Showing 14 changed files with 160 additions and 161 deletions.
14 changes: 7 additions & 7 deletions apmpackage/apm/0.1.0/data_stream/app_metrics/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
description: |
The architecture of the host the event was recorded on.
- name: host.hostname
type: wildcard
type: keyword
description: |
The hostname of the host the event was recorded on.
- name: host.ip
Expand Down Expand Up @@ -141,7 +141,7 @@
description: |
Numeric ID of the service's parent process.
- name: process.title
type: wildcard
type: keyword
description: |
Service process title.
- name: service.name
Expand All @@ -161,15 +161,15 @@
description: |
IP address of the source of a recorded event. This is typically obtained from a request's X-Forwarded-For or the X-Real-IP header or falls back to a given configuration for remote address.
- name: user.email
type: wildcard
type: keyword
description: |
Email of the logged in user.
- name: user.id
type: keyword
description: |
Identifier of the logged in user.
- name: user.name
type: wildcard
type: keyword
description: |
The username of the logged in user.
- name: user_agent.device.name
Expand All @@ -181,7 +181,7 @@
description: |
Name of the user agent.
- name: user_agent.original
type: wildcard
type: keyword
description: |
Unparsed version of the user_agent.
multi_fields:
Expand All @@ -192,15 +192,15 @@
description: |
OS family (such as redhat, debian, freebsd, windows).
- name: user_agent.os.full
type: wildcard
type: keyword
description: |
Operating system name, including the version or code name.
- name: user_agent.os.kernel
type: keyword
description: |
Operating system kernel version as a raw string.
- name: user_agent.os.name
type: wildcard
type: keyword
description: |
Operating system name, without the version.
- name: user_agent.os.platform
Expand Down
22 changes: 11 additions & 11 deletions apmpackage/apm/0.1.0/data_stream/error_logs/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
description: |
The architecture of the host the event was recorded on.
- name: host.hostname
type: wildcard
type: keyword
description: |
The hostname of the host the event was recorded on.
- name: host.ip
Expand All @@ -114,7 +114,7 @@
description: |
The http method of the request leading to this event.
- name: http.request.referrer
type: wildcard
type: keyword
description: Referrer for this HTTP request.
ignore_above: 1024
- name: http.response.status_code
Expand Down Expand Up @@ -161,7 +161,7 @@
description: |
Numeric ID of the service's parent process.
- name: process.title
type: wildcard
type: keyword
description: |
Service process title.
- name: service.name
Expand Down Expand Up @@ -189,19 +189,19 @@
description: |
The transaction ID.
- name: url.domain
type: wildcard
type: keyword
description: |
The hostname of the request, e.g. "example.com".
- name: url.fragment
type: keyword
description: |
A fragment specifying a location in a web page , e.g. "top".
- name: url.full
type: wildcard
type: keyword
description: |
The full, possibly agent-assembled URL of the request, e.g https://example.com:443/search?q=elasticsearch#top.
- name: url.path
type: wildcard
type: keyword
description: |
The path of the request, e.g. "/search".
- name: url.port
Expand All @@ -217,15 +217,15 @@
description: |
The protocol of the request, e.g. "https:".
- name: user.email
type: wildcard
type: keyword
description: |
Email of the logged in user.
- name: user.id
type: keyword
description: |
Identifier of the logged in user.
- name: user.name
type: wildcard
type: keyword
description: |
The username of the logged in user.
- name: user_agent.device.name
Expand All @@ -237,7 +237,7 @@
description: |
Name of the user agent.
- name: user_agent.original
type: wildcard
type: keyword
description: |
Unparsed version of the user_agent.
multi_fields:
Expand All @@ -248,15 +248,15 @@
description: |
OS family (such as redhat, debian, freebsd, windows).
- name: user_agent.os.full
type: wildcard
type: keyword
description: |
Operating system name, including the version or code name.
- name: user_agent.os.kernel
type: keyword
description: |
Operating system kernel version as a raw string.
- name: user_agent.os.name
type: wildcard
type: keyword
description: |
Operating system name, without the version.
- name: user_agent.os.platform
Expand Down
14 changes: 7 additions & 7 deletions apmpackage/apm/0.1.0/data_stream/internal_metrics/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
description: |
The architecture of the host the event was recorded on.
- name: host.hostname
type: wildcard
type: keyword
description: |
The hostname of the host the event was recorded on.
- name: host.ip
Expand Down Expand Up @@ -147,7 +147,7 @@
description: |
Numeric ID of the service's parent process.
- name: process.title
type: wildcard
type: keyword
description: |
Service process title.
- name: service.name
Expand All @@ -171,15 +171,15 @@
description: |
The transaction ID.
- name: user.email
type: wildcard
type: keyword
description: |
Email of the logged in user.
- name: user.id
type: keyword
description: |
Identifier of the logged in user.
- name: user.name
type: wildcard
type: keyword
description: |
The username of the logged in user.
- name: user_agent.device.name
Expand All @@ -191,7 +191,7 @@
description: |
Name of the user agent.
- name: user_agent.original
type: wildcard
type: keyword
description: |
Unparsed version of the user_agent.
multi_fields:
Expand All @@ -202,15 +202,15 @@
description: |
OS family (such as redhat, debian, freebsd, windows).
- name: user_agent.os.full
type: wildcard
type: keyword
description: |
Operating system name, including the version or code name.
- name: user_agent.os.kernel
type: keyword
description: |
Operating system kernel version as a raw string.
- name: user_agent.os.name
type: wildcard
type: keyword
description: |
Operating system name, without the version.
- name: user_agent.os.platform
Expand Down
14 changes: 7 additions & 7 deletions apmpackage/apm/0.1.0/data_stream/profile_metrics/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
description: |
The architecture of the host the event was recorded on.
- name: host.hostname
type: wildcard
type: keyword
description: |
The hostname of the host the event was recorded on.
- name: host.ip
Expand Down Expand Up @@ -141,7 +141,7 @@
description: |
Numeric ID of the service's parent process.
- name: process.title
type: wildcard
type: keyword
description: |
Service process title.
- name: service.name
Expand All @@ -161,15 +161,15 @@
description: |
IP address of the source of a recorded event. This is typically obtained from a request's X-Forwarded-For or the X-Real-IP header or falls back to a given configuration for remote address.
- name: user.email
type: wildcard
type: keyword
description: |
Email of the logged in user.
- name: user.id
type: keyword
description: |
Identifier of the logged in user.
- name: user.name
type: wildcard
type: keyword
description: |
The username of the logged in user.
- name: user_agent.device.name
Expand All @@ -181,7 +181,7 @@
description: |
Name of the user agent.
- name: user_agent.original
type: wildcard
type: keyword
description: |
Unparsed version of the user_agent.
multi_fields:
Expand All @@ -192,15 +192,15 @@
description: |
OS family (such as redhat, debian, freebsd, windows).
- name: user_agent.os.full
type: wildcard
type: keyword
description: |
Operating system name, including the version or code name.
- name: user_agent.os.kernel
type: keyword
description: |
Operating system kernel version as a raw string.
- name: user_agent.os.name
type: wildcard
type: keyword
description: |
Operating system name, without the version.
- name: user_agent.os.platform
Expand Down
22 changes: 11 additions & 11 deletions apmpackage/apm/0.1.0/data_stream/traces/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
description: |
The architecture of the host the event was recorded on.
- name: host.hostname
type: wildcard
type: keyword
description: |
The hostname of the host the event was recorded on.
- name: host.ip
Expand All @@ -116,7 +116,7 @@
description: |
The http method of the request leading to this event.
- name: http.request.referrer
type: wildcard
type: keyword
description: Referrer for this HTTP request.
ignore_above: 1024
- name: http.response.status_code
Expand Down Expand Up @@ -163,7 +163,7 @@
description: |
Numeric ID of the service's parent process.
- name: process.title
type: wildcard
type: keyword
description: |
Service process title.
- name: service.name
Expand Down Expand Up @@ -195,19 +195,19 @@
description: |
The transaction ID.
- name: url.domain
type: wildcard
type: keyword
description: |
The hostname of the request, e.g. "example.com".
- name: url.fragment
type: keyword
description: |
A fragment specifying a location in a web page , e.g. "top".
- name: url.full
type: wildcard
type: keyword
description: |
The full, possibly agent-assembled URL of the request, e.g https://example.com:443/search?q=elasticsearch#top.
- name: url.path
type: wildcard
type: keyword
description: |
The path of the request, e.g. "/search".
- name: url.port
Expand All @@ -223,15 +223,15 @@
description: |
The protocol of the request, e.g. "https:".
- name: user.email
type: wildcard
type: keyword
description: |
Email of the logged in user.
- name: user.id
type: keyword
description: |
Identifier of the logged in user.
- name: user.name
type: wildcard
type: keyword
description: |
The username of the logged in user.
- name: user_agent.device.name
Expand All @@ -243,7 +243,7 @@
description: |
Name of the user agent.
- name: user_agent.original
type: wildcard
type: keyword
description: |
Unparsed version of the user_agent.
multi_fields:
Expand All @@ -254,15 +254,15 @@
description: |
OS family (such as redhat, debian, freebsd, windows).
- name: user_agent.os.full
type: wildcard
type: keyword
description: |
Operating system name, including the version or code name.
- name: user_agent.os.kernel
type: keyword
description: |
Operating system kernel version as a raw string.
- name: user_agent.os.name
type: wildcard
type: keyword
description: |
Operating system name, without the version.
- name: user_agent.os.platform
Expand Down
Loading

0 comments on commit 2652950

Please sign in to comment.