Skip to content

Commit 2bf76fe

Browse files
authored
Merge branch 'main' into gen_ai-fields-stage-2
2 parents 78df868 + 9c7ef9f commit 2bf76fe

File tree

15 files changed

+638
-579
lines changed

15 files changed

+638
-579
lines changed

.github/workflows/docs-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- '\d+.\d+'
78
pull_request_target: ~
89
merge_group: ~
910

CHANGELOG.next.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Thanks, you're awesome :-) -->
3131

3232
#### Improvements
3333

34+
* Allow Unicode characters in generated ECS yml files. #2478
35+
3436
#### Deprecated
3537

3638
<!-- All empty sections:

docs/docset.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
project: 'ECS reference'
2+
products:
3+
- id: ecs
24
exclude:
35
- fields/usage/README.md
46
cross_links:

docs/reference/ecs-field-reference.md

Lines changed: 13 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ applies_to:
66
serverless: all
77
---
88

9+
% This file is automatically generated. Don't edit it manually!
10+
911
# ECS field reference [ecs-field-reference]
1012

1113
This is the documentation of ECS version 9.1.0-dev.
1214

1315
ECS defines multiple groups of related fields. They are called "field sets". The [Base](/reference/ecs-base.md) field set is the only one whose fields are defined at the root of the event.
1416

15-
All other field sets are defined as objects in {{es}}, under which all fields are defined.
17+
All other field sets are defined as objects in Elasticsearch, under which all fields are defined.
1618

1719
For a single page representation of all fields, please see the [generated CSV of fields](https://github.com/elastic/ecs/blob/master/generated/csv/fields.csv).
1820

@@ -23,38 +25,38 @@ For a single page representation of all fields, please see the [generated CSV of
2325
| --- | --- |
2426
| [Base](/reference/ecs-base.md) | All fields defined directly at the root of the events. |
2527
| [Agent](/reference/ecs-agent.md) | Fields about the monitoring agent. |
26-
| [Autonomous system](/reference/ecs-as.md) | Fields describing an Autonomous System (Internet routing prefix). |
28+
| [Autonomous System](/reference/ecs-as.md) | Fields describing an Autonomous System (Internet routing prefix). |
2729
| [Client](/reference/ecs-client.md) | Fields about the client side of a network connection, used with server. |
2830
| [Cloud](/reference/ecs-cloud.md) | Fields about the cloud resource. |
29-
| [Code signature](/reference/ecs-code_signature.md) | These fields contain information about binary code signatures. |
31+
| [Code Signature](/reference/ecs-code_signature.md) | These fields contain information about binary code signatures. |
3032
| [Container](/reference/ecs-container.md) | Fields describing the container that generated this event. |
31-
| [Data stream](/reference/ecs-data_stream.md) | The data_stream fields take part in defining the new data stream naming scheme. |
33+
| [Data Stream](/reference/ecs-data_stream.md) | The data_stream fields take part in defining the new data stream naming scheme. |
3234
| [Destination](/reference/ecs-destination.md) | Fields about the destination side of a network connection, used with source. |
3335
| [Device](/reference/ecs-device.md) | Fields characterizing a (mobile) device a process or application is running on. |
3436
| [DLL](/reference/ecs-dll.md) | These fields contain information about code libraries dynamically loaded into processes. |
3537
| [DNS](/reference/ecs-dns.md) | Fields describing DNS queries and answers. |
3638
| [ECS](/reference/ecs-ecs.md) | Meta-information specific to ECS. |
37-
| [ELF header](/reference/ecs-elf.md) | These fields contain Linux Executable Linkable Format (ELF) metadata. |
39+
| [ELF Header](/reference/ecs-elf.md) | These fields contain Linux Executable Linkable Format (ELF) metadata. |
3840
| [Email](/reference/ecs-email.md) | Describes an email transaction. |
3941
| [Error](/reference/ecs-error.md) | Fields about errors of any kind. |
4042
| [Event](/reference/ecs-event.md) | Fields breaking down the event details. |
4143
| [FaaS](/reference/ecs-faas.md) | Fields describing functions as a service. |
4244
| [File](/reference/ecs-file.md) | Fields describing files. |
4345
| [Geo](/reference/ecs-geo.md) | Fields describing a location. |
44-
| [Group](/reference/ecs-group.md) | Users group relevant to the event. |
46+
| [Group](/reference/ecs-group.md) | User's group relevant to the event. |
4547
| [Hash](/reference/ecs-hash.md) | Hashes, usually file hashes. |
4648
| [Host](/reference/ecs-host.md) | Fields describing the relevant computing instance. |
4749
| [HTTP](/reference/ecs-http.md) | Fields describing an HTTP request. |
4850
| [Interface](/reference/ecs-interface.md) | Fields to describe observer interface information. |
49-
| [Log](/reference/ecs-log.md) | Details about the events logging mechanism. |
50-
| [Mach-O header](/reference/ecs-macho.md) | These fields contain Mac OS Mach Object file format (Mach-O) metadata. |
51+
| [Log](/reference/ecs-log.md) | Details about the event's logging mechanism. |
52+
| [Mach-O Header](/reference/ecs-macho.md) | These fields contain Mac OS Mach Object file format (Mach-O) metadata. |
5153
| [Network](/reference/ecs-network.md) | Fields describing the communication path over which the event happened. |
5254
| [Observer](/reference/ecs-observer.md) | Fields describing an entity observing the event from outside the host. |
5355
| [Orchestrator](/reference/ecs-orchestrator.md) | Fields relevant to container orchestrators. |
5456
| [Organization](/reference/ecs-organization.md) | Fields describing the organization or company the event is associated with. |
55-
| [Operating system](/reference/ecs-os.md) | OS fields contain information about the operating system. |
57+
| [Operating System](/reference/ecs-os.md) | OS fields contain information about the operating system. |
5658
| [Package](/reference/ecs-package.md) | These fields contain information about an installed software package. |
57-
| [PE header](/reference/ecs-pe.md) | These fields contain Windows Portable Executable (PE) metadata. |
59+
| [PE Header](/reference/ecs-pe.md) | These fields contain Windows Portable Executable (PE) metadata. |
5860
| [Process](/reference/ecs-process.md) | These fields contain information about a process. |
5961
| [Registry](/reference/ecs-registry.md) | Fields related to Windows Registry operations. |
6062
| [Related](/reference/ecs-related.md) | Fields meant to facilitate pivoting around a piece of data. |
@@ -72,57 +74,4 @@ For a single page representation of all fields, please see the [generated CSV of
7274
| [VLAN](/reference/ecs-vlan.md) | Fields to describe observed VLAN information. |
7375
| [Volume](/reference/ecs-volume.md) | Fields related to storage volume details. |
7476
| [Vulnerability](/reference/ecs-vulnerability.md) | Fields to describe the vulnerability relevant to an event. |
75-
| [x509 certificate](/reference/ecs-x509.md) | These fields contain x509 certificate metadata. |
76-
77-
78-
79-
80-
81-
82-
83-
84-
85-
86-
87-
88-
89-
90-
91-
92-
93-
94-
95-
96-
97-
98-
99-
100-
101-
102-
103-
104-
105-
106-
107-
108-
109-
110-
111-
112-
113-
114-
115-
116-
117-
118-
119-
120-
121-
122-
123-
124-
125-
126-
127-
128-
77+
| [x509 Certificate](/reference/ecs-x509.md) | These fields contain x509 certificate metadata. |

docs/reference/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ mapped_pages:
55
---
66
% This file is automatically generated. Don't edit it manually!
77

8-
% This file is automatically generated. Don't edit it manually!
9-
108
# ECS reference [ecs-reference]
119

1210
This is the documentation of ECS version 9.1.0-dev.

0 commit comments

Comments
 (0)