From 71bb31fda4ddcc4242b4bcb72d92e5aa9a62861b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 09:22:47 +0000 Subject: [PATCH] Chore(deps): bump github.com/elastic/package-spec from 1.7.0 to 1.8.0 (#816) * Chore(deps): bump github.com/elastic/package-spec from 1.7.0 to 1.8.0 Bumps [github.com/elastic/package-spec](https://github.com/elastic/package-spec) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/elastic/package-spec/releases) - [Commits](https://github.com/elastic/package-spec/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: github.com/elastic/package-spec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Remove duplicates * Revert removal of error ECS object Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jaime Soriano Pastor --- go.mod | 2 +- go.sum | 4 +- .../packages/archetype/package_changelog.go | 2 +- .../packages/other/fields_tests/changelog.yml | 2 +- .../other/long_integers/changelog.yml | 2 +- .../data_stream/test/fields/base-fields.yml | 8 --- .../other/number_formats/changelog.yml | 2 +- .../package_storage_candidate/changelog.yml | 2 +- .../apache/data_stream/access/fields/ecs.yml | 8 --- .../data_stream/error/fields/base-fields.yml | 5 -- .../data_stream/ec2_metrics/fields/agent.yml | 56 ------------------- .../data_stream/ec2_metrics/fields/ecs.yml | 16 ------ .../aws/data_stream/elb_logs/fields/agent.yml | 56 ------------------- .../aws/data_stream/sns/fields/agent.yml | 56 ------------------- .../aws/data_stream/sns/fields/ecs.yml | 16 ------ .../aws/data_stream/sns/fields/fields.yml | 5 +- .../gcp/data_stream/compute/fields/agent.yml | 56 ------------------- .../gcp/data_stream/compute/fields/ecs.yml | 16 ------ test/packages/parallel/gcp/docs/compute.md | 3 +- test/packages/parallel/nginx/changelog.yml | 6 +- .../nginx/data_stream/access/fields/agent.yml | 4 -- .../nginx/data_stream/error/fields/agent.yml | 4 -- .../data_stream/stubstatus/fields/agent.yml | 4 -- .../data_stream/pod/fields/base-fields.yml | 5 -- 24 files changed, 12 insertions(+), 328 deletions(-) diff --git a/go.mod b/go.mod index 5f87acf43..0e2670eb3 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/elastic/go-elasticsearch/v7 v7.17.1 github.com/elastic/go-licenser v0.4.0 github.com/elastic/go-ucfg v0.8.4 - github.com/elastic/package-spec v1.7.0 + github.com/elastic/package-spec v1.8.0 github.com/fatih/color v1.13.0 github.com/go-git/go-billy/v5 v5.3.1 github.com/go-git/go-git/v5 v5.4.2 diff --git a/go.sum b/go.sum index b8f631da5..1daa9eb12 100644 --- a/go.sum +++ b/go.sum @@ -410,8 +410,8 @@ github.com/elastic/go-licenser v0.4.0 h1:jLq6A5SilDS/Iz1ABRkO6BHy91B9jBora8FwGRs github.com/elastic/go-licenser v0.4.0/go.mod h1:V56wHMpmdURfibNBggaSBfqgPxyT1Tldns1i87iTEvU= github.com/elastic/go-ucfg v0.8.4 h1:OAHTnubzXKsYYYWVzl8psLcS5mCbNKjXxtMY41itthk= github.com/elastic/go-ucfg v0.8.4/go.mod h1:4E8mPOLSUV9hQ7sgLEJ4bvt0KhMuDJa8joDT2QGAEKA= -github.com/elastic/package-spec v1.7.0 h1:cwWMVz3YIAbyUDFrVOdPfqwn3btZoMPSKSedfT0VlZA= -github.com/elastic/package-spec v1.7.0/go.mod h1:KzGTSDqCkdhmL1IFpOH2ZQNSSE9JEhNtndxU3ZrQilA= +github.com/elastic/package-spec v1.8.0 h1:/5P4SwQhJgfULRg1b7I83TOzij4/L+J39o1LJiJTiJ0= +github.com/elastic/package-spec v1.8.0/go.mod h1:KzGTSDqCkdhmL1IFpOH2ZQNSSE9JEhNtndxU3ZrQilA= github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153 h1:yUdfgN0XgIJw7foRItutHYUIhlcKzcSf5vDpdhQAKTc= github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= diff --git a/internal/packages/archetype/package_changelog.go b/internal/packages/archetype/package_changelog.go index e6c6ddfdf..ab849de83 100644 --- a/internal/packages/archetype/package_changelog.go +++ b/internal/packages/archetype/package_changelog.go @@ -9,5 +9,5 @@ const packageChangelogTemplate = `# newer versions go on top changes: - description: Initial draft of the package type: enhancement - link: https://github.com/elastic/integrations/pull/0 # FIXME Replace with the real PR link + link: https://github.com/elastic/integrations/pull/1 # FIXME Replace with the real PR link ` diff --git a/test/packages/other/fields_tests/changelog.yml b/test/packages/other/fields_tests/changelog.yml index 7b5f7fd8f..bb0320a52 100644 --- a/test/packages/other/fields_tests/changelog.yml +++ b/test/packages/other/fields_tests/changelog.yml @@ -3,4 +3,4 @@ changes: - description: Initial draft of the package type: enhancement - link: https://github.com/elastic/integrations/pull/0 # FIXME Replace with the real PR link + link: https://github.com/elastic/integrations/pull/1 # FIXME Replace with the real PR link diff --git a/test/packages/other/long_integers/changelog.yml b/test/packages/other/long_integers/changelog.yml index 7b5f7fd8f..bb0320a52 100644 --- a/test/packages/other/long_integers/changelog.yml +++ b/test/packages/other/long_integers/changelog.yml @@ -3,4 +3,4 @@ changes: - description: Initial draft of the package type: enhancement - link: https://github.com/elastic/integrations/pull/0 # FIXME Replace with the real PR link + link: https://github.com/elastic/integrations/pull/1 # FIXME Replace with the real PR link diff --git a/test/packages/other/multiinput/data_stream/test/fields/base-fields.yml b/test/packages/other/multiinput/data_stream/test/fields/base-fields.yml index 0ec2cc7e0..9fea4ac0c 100644 --- a/test/packages/other/multiinput/data_stream/test/fields/base-fields.yml +++ b/test/packages/other/multiinput/data_stream/test/fields/base-fields.yml @@ -7,9 +7,6 @@ - name: data_stream.namespace type: constant_keyword description: Data stream namespace. -- name: '@timestamp' - type: date - description: Event timestamp. - name: container.id description: Unique container id. ignore_above: 1024 @@ -31,8 +28,3 @@ - name: log.offset description: Offset of the entry in the log file. type: long -- name: tags - description: List of keywords used to tag each event. - example: '["production", "env2"]' - ignore_above: 1024 - type: keyword diff --git a/test/packages/other/number_formats/changelog.yml b/test/packages/other/number_formats/changelog.yml index 99a53bd72..0da913124 100644 --- a/test/packages/other/number_formats/changelog.yml +++ b/test/packages/other/number_formats/changelog.yml @@ -3,4 +3,4 @@ changes: - description: Initial draft of the package type: enhancement - link: https://github.com/elastic/integrations/pull/0 # FIXME Replace with the real PR link + link: https://github.com/elastic/integrations/pull/1 # FIXME Replace with the real PR link diff --git a/test/packages/package-storage/package_storage_candidate/changelog.yml b/test/packages/package-storage/package_storage_candidate/changelog.yml index 7b5f7fd8f..bb0320a52 100644 --- a/test/packages/package-storage/package_storage_candidate/changelog.yml +++ b/test/packages/package-storage/package_storage_candidate/changelog.yml @@ -3,4 +3,4 @@ changes: - description: Initial draft of the package type: enhancement - link: https://github.com/elastic/integrations/pull/0 # FIXME Replace with the real PR link + link: https://github.com/elastic/integrations/pull/1 # FIXME Replace with the real PR link diff --git a/test/packages/parallel/apache/data_stream/access/fields/ecs.yml b/test/packages/parallel/apache/data_stream/access/fields/ecs.yml index f05ee491d..a0e827823 100644 --- a/test/packages/parallel/apache/data_stream/access/fields/ecs.yml +++ b/test/packages/parallel/apache/data_stream/access/fields/ecs.yml @@ -86,22 +86,14 @@ name: user.name - external: ecs name: user_agent.device.name -- external: ecs - name: user_agent.device.name -- external: ecs - name: user_agent.name - external: ecs name: user_agent.name - external: ecs name: user_agent.original -- external: ecs - name: user_agent.original - external: ecs name: user_agent.os.full - external: ecs name: user_agent.os.name -- external: ecs - name: user_agent.os.name - external: ecs name: user_agent.os.version - external: ecs diff --git a/test/packages/parallel/apache/data_stream/error/fields/base-fields.yml b/test/packages/parallel/apache/data_stream/error/fields/base-fields.yml index e134277b8..15365c71b 100644 --- a/test/packages/parallel/apache/data_stream/error/fields/base-fields.yml +++ b/test/packages/parallel/apache/data_stream/error/fields/base-fields.yml @@ -10,11 +10,6 @@ - name: '@timestamp' type: date description: Event timestamp. -- name: tags - description: List of keywords used to tag each event. - example: '["production", "env2"]' - ignore_above: 1024 - type: keyword - name: event.module type: constant_keyword description: Event module diff --git a/test/packages/parallel/aws/data_stream/ec2_metrics/fields/agent.yml b/test/packages/parallel/aws/data_stream/ec2_metrics/fields/agent.yml index 8603c3c91..0bea2e4e0 100644 --- a/test/packages/parallel/aws/data_stream/ec2_metrics/fields/agent.yml +++ b/test/packages/parallel/aws/data_stream/ec2_metrics/fields/agent.yml @@ -1,59 +1,3 @@ -- name: cloud - title: Cloud - group: 2 - description: Fields related to the cloud or infrastructure the events are coming from. - footnote: 'Examples: If Metricbeat is running on an EC2 host and fetches data from its host, the cloud info contains the data about this machine. If Metricbeat runs on a remote machine outside the cloud and fetches data from a service running in the cloud, the field contains cloud data from the machine the service is running on.' - type: group - fields: - - name: account.id - level: extended - type: keyword - ignore_above: 1024 - description: 'The cloud account or organization id used to identify different entities in a multi-tenant environment. - - Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.' - example: 666777888999 - - name: availability_zone - level: extended - type: keyword - ignore_above: 1024 - description: Availability zone in which this host is running. - example: us-east-1c - - name: instance.id - level: extended - type: keyword - ignore_above: 1024 - description: Instance ID of the host machine. - example: i-1234567890abcdef0 - - name: instance.name - level: extended - type: keyword - ignore_above: 1024 - description: Instance name of the host machine. - - name: machine.type - level: extended - type: keyword - ignore_above: 1024 - description: Machine type of the host machine. - example: t2.medium - - name: provider - level: extended - type: keyword - ignore_above: 1024 - description: Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean. - example: aws - - name: region - level: extended - type: keyword - ignore_above: 1024 - description: Region in which this host is running. - example: us-east-1 - - name: project.id - type: keyword - description: Name of the project in Google Cloud. - - name: image.id - type: keyword - description: Image ID for the cloud instance. - name: container title: Container group: 2 diff --git a/test/packages/parallel/aws/data_stream/ec2_metrics/fields/ecs.yml b/test/packages/parallel/aws/data_stream/ec2_metrics/fields/ecs.yml index 83e3f6f12..5cf1142be 100644 --- a/test/packages/parallel/aws/data_stream/ec2_metrics/fields/ecs.yml +++ b/test/packages/parallel/aws/data_stream/ec2_metrics/fields/ecs.yml @@ -1,24 +1,8 @@ - external: ecs name: cloud -- external: ecs - name: cloud.account.id -- external: ecs - name: cloud.account.name -- external: ecs - name: cloud.availability_zone -- external: ecs - name: cloud.instance.id -- external: ecs - name: cloud.machine.type -- external: ecs - name: cloud.provider -- external: ecs - name: cloud.region - external: ecs name: ecs.version - external: ecs name: error -- external: ecs - name: error.message - external: ecs name: service.type diff --git a/test/packages/parallel/aws/data_stream/elb_logs/fields/agent.yml b/test/packages/parallel/aws/data_stream/elb_logs/fields/agent.yml index da4e652c5..57264f48b 100644 --- a/test/packages/parallel/aws/data_stream/elb_logs/fields/agent.yml +++ b/test/packages/parallel/aws/data_stream/elb_logs/fields/agent.yml @@ -1,59 +1,3 @@ -- name: cloud - title: Cloud - group: 2 - description: Fields related to the cloud or infrastructure the events are coming from. - footnote: 'Examples: If Metricbeat is running on an EC2 host and fetches data from its host, the cloud info contains the data about this machine. If Metricbeat runs on a remote machine outside the cloud and fetches data from a service running in the cloud, the field contains cloud data from the machine the service is running on.' - type: group - fields: - - name: account.id - level: extended - type: keyword - ignore_above: 1024 - description: 'The cloud account or organization id used to identify different entities in a multi-tenant environment. - - Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.' - example: 666777888999 - - name: availability_zone - level: extended - type: keyword - ignore_above: 1024 - description: Availability zone in which this host is running. - example: us-east-1c - - name: instance.id - level: extended - type: keyword - ignore_above: 1024 - description: Instance ID of the host machine. - example: i-1234567890abcdef0 - - name: instance.name - level: extended - type: keyword - ignore_above: 1024 - description: Instance name of the host machine. - - name: machine.type - level: extended - type: keyword - ignore_above: 1024 - description: Machine type of the host machine. - example: t2.medium - - name: provider - level: extended - type: keyword - ignore_above: 1024 - description: Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean. - example: aws - - name: region - level: extended - type: keyword - ignore_above: 1024 - description: Region in which this host is running. - example: us-east-1 - - name: project.id - type: keyword - description: Name of the project in Google Cloud. - - name: image.id - type: keyword - description: Image ID for the cloud instance. - name: container title: Container group: 2 diff --git a/test/packages/parallel/aws/data_stream/sns/fields/agent.yml b/test/packages/parallel/aws/data_stream/sns/fields/agent.yml index da4e652c5..57264f48b 100644 --- a/test/packages/parallel/aws/data_stream/sns/fields/agent.yml +++ b/test/packages/parallel/aws/data_stream/sns/fields/agent.yml @@ -1,59 +1,3 @@ -- name: cloud - title: Cloud - group: 2 - description: Fields related to the cloud or infrastructure the events are coming from. - footnote: 'Examples: If Metricbeat is running on an EC2 host and fetches data from its host, the cloud info contains the data about this machine. If Metricbeat runs on a remote machine outside the cloud and fetches data from a service running in the cloud, the field contains cloud data from the machine the service is running on.' - type: group - fields: - - name: account.id - level: extended - type: keyword - ignore_above: 1024 - description: 'The cloud account or organization id used to identify different entities in a multi-tenant environment. - - Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.' - example: 666777888999 - - name: availability_zone - level: extended - type: keyword - ignore_above: 1024 - description: Availability zone in which this host is running. - example: us-east-1c - - name: instance.id - level: extended - type: keyword - ignore_above: 1024 - description: Instance ID of the host machine. - example: i-1234567890abcdef0 - - name: instance.name - level: extended - type: keyword - ignore_above: 1024 - description: Instance name of the host machine. - - name: machine.type - level: extended - type: keyword - ignore_above: 1024 - description: Machine type of the host machine. - example: t2.medium - - name: provider - level: extended - type: keyword - ignore_above: 1024 - description: Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean. - example: aws - - name: region - level: extended - type: keyword - ignore_above: 1024 - description: Region in which this host is running. - example: us-east-1 - - name: project.id - type: keyword - description: Name of the project in Google Cloud. - - name: image.id - type: keyword - description: Image ID for the cloud instance. - name: container title: Container group: 2 diff --git a/test/packages/parallel/aws/data_stream/sns/fields/ecs.yml b/test/packages/parallel/aws/data_stream/sns/fields/ecs.yml index 83e3f6f12..5cf1142be 100644 --- a/test/packages/parallel/aws/data_stream/sns/fields/ecs.yml +++ b/test/packages/parallel/aws/data_stream/sns/fields/ecs.yml @@ -1,24 +1,8 @@ - external: ecs name: cloud -- external: ecs - name: cloud.account.id -- external: ecs - name: cloud.account.name -- external: ecs - name: cloud.availability_zone -- external: ecs - name: cloud.instance.id -- external: ecs - name: cloud.machine.type -- external: ecs - name: cloud.provider -- external: ecs - name: cloud.region - external: ecs name: ecs.version - external: ecs name: error -- external: ecs - name: error.message - external: ecs name: service.type diff --git a/test/packages/parallel/aws/data_stream/sns/fields/fields.yml b/test/packages/parallel/aws/data_stream/sns/fields/fields.yml index c07522553..018f3f643 100644 --- a/test/packages/parallel/aws/data_stream/sns/fields/fields.yml +++ b/test/packages/parallel/aws/data_stream/sns/fields/fields.yml @@ -7,15 +7,12 @@ - name: Application type: keyword description: Filters on application objects, which represent an app and device registered with one of the supported push notification services, such as APNs and FCM. - - name: Application,Platform + - name: Platform type: keyword description: Filters on application and platform objects, where the platform objects are for the supported push notification services, such as APNs and FCM. - name: Country type: keyword description: Filters on the destination country or region of an SMS message. - - name: Platform - type: keyword - description: Filters on platform objects for the push notification services, such as APNs and FCM. - name: TopicName type: keyword description: Filters on Amazon SNS topic names. diff --git a/test/packages/parallel/gcp/data_stream/compute/fields/agent.yml b/test/packages/parallel/gcp/data_stream/compute/fields/agent.yml index 2a31d79f4..57264f48b 100644 --- a/test/packages/parallel/gcp/data_stream/compute/fields/agent.yml +++ b/test/packages/parallel/gcp/data_stream/compute/fields/agent.yml @@ -1,59 +1,3 @@ -- name: cloud - title: Cloud - group: 2 - description: Fields related to the cloud or infrastructure the events are coming from. - footnote: 'Examples: If Metricbeat is running on an GCP Compute VM and fetches data from its host, the cloud info contains the data about this machine. If Metricbeat runs on a remote machine outside the cloud and fetches data from a service running in the cloud, the field contains cloud data from the machine the service is running on.' - type: group - fields: - - name: account.id - level: extended - type: keyword - ignore_above: 1024 - description: 'The cloud account or organization id used to identify different entities in a multi-tenant environment. - - Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.' - example: 666777888999 - - name: availability_zone - level: extended - type: keyword - ignore_above: 1024 - description: Availability zone in which this host is running. - example: us-east-1c - - name: instance.id - level: extended - type: keyword - ignore_above: 1024 - description: Instance ID of the host machine. - example: i-1234567890abcdef0 - - name: instance.name - level: extended - type: keyword - ignore_above: 1024 - description: Instance name of the host machine. - - name: machine.type - level: extended - type: keyword - ignore_above: 1024 - description: Machine type of the host machine. - example: t2.medium - - name: provider - level: extended - type: keyword - ignore_above: 1024 - description: Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean. - example: aws - - name: region - level: extended - type: keyword - ignore_above: 1024 - description: Region in which this host is running. - example: us-east-1 - - name: project.id - type: keyword - description: Name of the project in Google Cloud. - - name: image.id - type: keyword - description: Image ID for the cloud instance. - name: container title: Container group: 2 diff --git a/test/packages/parallel/gcp/data_stream/compute/fields/ecs.yml b/test/packages/parallel/gcp/data_stream/compute/fields/ecs.yml index 83e3f6f12..5cf1142be 100644 --- a/test/packages/parallel/gcp/data_stream/compute/fields/ecs.yml +++ b/test/packages/parallel/gcp/data_stream/compute/fields/ecs.yml @@ -1,24 +1,8 @@ - external: ecs name: cloud -- external: ecs - name: cloud.account.id -- external: ecs - name: cloud.account.name -- external: ecs - name: cloud.availability_zone -- external: ecs - name: cloud.instance.id -- external: ecs - name: cloud.machine.type -- external: ecs - name: cloud.provider -- external: ecs - name: cloud.region - external: ecs name: ecs.version - external: ecs name: error -- external: ecs - name: error.message - external: ecs name: service.type diff --git a/test/packages/parallel/gcp/docs/compute.md b/test/packages/parallel/gcp/docs/compute.md index fd2a956b0..e2c2d38e8 100644 --- a/test/packages/parallel/gcp/docs/compute.md +++ b/test/packages/parallel/gcp/docs/compute.md @@ -100,8 +100,7 @@ An example event for `compute` looks as following: | @timestamp | Event timestamp. | date | | cloud.account.id | The cloud account or organization id used to identify different entities in a multi-tenant environment. Examples: AWS account id, Google Cloud ORG Id, or other unique identifier. | keyword | | cloud.account.name | The cloud account name or alias used to identify different entities in a multi-tenant environment. Examples: AWS account name, Google Cloud ORG display name. | keyword | -| cloud.availability_zone | Availability zone in which this host is running. | keyword | -| cloud.image.id | Image ID for the cloud instance. | keyword | +| cloud.availability_zone | Availability zone in which this host, resource, or service is located. | keyword | | cloud.instance.id | Instance ID of the host machine. | keyword | | cloud.instance.name | Instance name of the host machine. | keyword | | cloud.machine.type | Machine type of the host machine. | keyword | diff --git a/test/packages/parallel/nginx/changelog.yml b/test/packages/parallel/nginx/changelog.yml index e131c3550..8372a3294 100644 --- a/test/packages/parallel/nginx/changelog.yml +++ b/test/packages/parallel/nginx/changelog.yml @@ -13,14 +13,12 @@ changes: - description: Release nginx package for v8.0.0 type: enhancement - link: | - https://github.com/elastic/integrations/pull/2176 + link: https://github.com/elastic/integrations/pull/2176 - version: "1.1.2" changes: - description: Uniform with guidelines type: enhancement - link: | - https://github.com/elastic/integrations/pull/2052 + link: https://github.com/elastic/integrations/pull/2052 - version: "1.1.1" changes: - description: Fix logic that checks for the 'forwarded' tag diff --git a/test/packages/parallel/nginx/data_stream/access/fields/agent.yml b/test/packages/parallel/nginx/data_stream/access/fields/agent.yml index e313ec828..3c8ad89f0 100644 --- a/test/packages/parallel/nginx/data_stream/access/fields/agent.yml +++ b/test/packages/parallel/nginx/data_stream/access/fields/agent.yml @@ -121,10 +121,6 @@ As hostname is not always unique, use values that are meaningful in your environment. Example: The current usage of `beat.name`.' - - name: ip - level: core - type: ip - description: Host ip addresses. - name: mac level: core type: keyword diff --git a/test/packages/parallel/nginx/data_stream/error/fields/agent.yml b/test/packages/parallel/nginx/data_stream/error/fields/agent.yml index e313ec828..3c8ad89f0 100644 --- a/test/packages/parallel/nginx/data_stream/error/fields/agent.yml +++ b/test/packages/parallel/nginx/data_stream/error/fields/agent.yml @@ -121,10 +121,6 @@ As hostname is not always unique, use values that are meaningful in your environment. Example: The current usage of `beat.name`.' - - name: ip - level: core - type: ip - description: Host ip addresses. - name: mac level: core type: keyword diff --git a/test/packages/parallel/nginx/data_stream/stubstatus/fields/agent.yml b/test/packages/parallel/nginx/data_stream/stubstatus/fields/agent.yml index da4e652c5..cf8456f85 100644 --- a/test/packages/parallel/nginx/data_stream/stubstatus/fields/agent.yml +++ b/test/packages/parallel/nginx/data_stream/stubstatus/fields/agent.yml @@ -121,10 +121,6 @@ As hostname is not always unique, use values that are meaningful in your environment. Example: The current usage of `beat.name`.' - - name: ip - level: core - type: ip - description: Host ip addresses. - name: mac level: core type: keyword diff --git a/test/packages/with-kind/kubernetes/data_stream/pod/fields/base-fields.yml b/test/packages/with-kind/kubernetes/data_stream/pod/fields/base-fields.yml index 06bb3d2c7..037e77a4e 100644 --- a/test/packages/with-kind/kubernetes/data_stream/pod/fields/base-fields.yml +++ b/test/packages/with-kind/kubernetes/data_stream/pod/fields/base-fields.yml @@ -25,11 +25,6 @@ description: > Kubernetes pod UID - - name: pod.ip - type: ip - description: > - Kubernetes pod IP - - name: namespace type: keyword description: >