Skip to content

Commit eaf381a

Browse files
authored
docs: add doc for existing ECS v8 alias to v1 implementation (#142)
1 parent 0589e21 commit eaf381a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.4.2
2+
- Docs: added `v8` as an acceptible value for `ecs_compatibility`
3+
14
## 3.4.1
25
- Changed jar dependencies to reflect newer versions [#140](https://github.com/logstash-plugins/logstash-input-http/pull/140)
36

docs/index.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ When ECS is enabled, we can ensure a pipeline maintains access to this metadata
4141
Here’s how ECS compatibility mode affects output.
4242
[cols="<l,<l,e,<e"]
4343
|=======================================================================
44-
| ECS disabled | ECS v1 | Availability | Description
44+
| ECS `disabled` | ECS `v1`,`v8` | Availability | Description
4545

4646
| [host] | [host][ip] | Always | Host IP address
4747
| [headers] | [@metadata][input][http][request][headers] | Always | Complete HTTP headers
@@ -144,7 +144,7 @@ The list of ciphers suite to use, listed by priorities.
144144
* Value type is <<string,string>>
145145
* Supported values are:
146146
** `disabled`: unstructured connection metadata added at root level
147-
** `v1`: headers added under `[@metadata][http][header]`. Some are copied to structured ECS fields `http`, `url`, `user_agent` and `host`
147+
** `v1`,`v8`: headers added under `[@metadata][http][header]`. Some are copied to structured ECS fields `http`, `url`, `user_agent` and `host`
148148

149149
Controls this plugin's compatibility with the
150150
{ecs-ref}[Elastic Common Schema (ECS)].

0 commit comments

Comments
 (0)