Skip to content

Commit

Permalink
Remove the ecs section (#3989) (#4011)
Browse files Browse the repository at this point in the history
(cherry picked from commit 14a9613)

Co-authored-by: Arianna Laudazzi <[email protected]>
  • Loading branch information
mergify[bot] and alaudazzi authored Jun 17, 2024
1 parent bdf1832 commit 19f4fdf
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docs/en/integrations/build-integration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -302,18 +302,6 @@ The `event.module` and `event.dataset` fields are defined with a fixed value spe
- `event.dataset: apache.access`
Field `@timestamp` is defined here as type `date`.

=== ecs.yml
This file specifies every Elastic Common Schema (ECS) field used by the integration that is not defined in the files `agent.yml` or `base-fields.yml` files. It uses `external: ecs` references.
For example:
+
[source,yaml]
----
- external: ecs
name: client.ip
- external: ecs
name: destination.domain
----

=== fields.yml
Here we define fields that we need in our integration and are not found in the ECS.
The example below defines field `apache.access.ssl.protocol` in the Apache integration.
Expand Down

0 comments on commit 19f4fdf

Please sign in to comment.