Skip to content

Commit 0871ba7

Browse files
authored
Merge branch 'main' into feat-make-ecs-more-flexible
2 parents a225031 + e53f007 commit 0871ba7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

schemas/data_stream.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
An Elasticsearch data stream consists of one or more backing indices, and a data stream name forms part of the backing indices names.
3232
Due to this convention, data streams must also follow index naming restrictions. For example, data stream names cannot include `\`, `/`, `*`, `?`, `"`, `<`, `>`, `|`, ` ` (space character), `,`, or `#`.
3333
Please see the Elasticsearch reference for additional https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html#indices-create-api-path-params[restrictions].
34+
type: group
3435
fields:
3536

3637
- name: type

scripts/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ pip
22
# License: MIT
33
PyYAML==6.0.2
44
# License: BSD
5-
gitpython==3.1.43
5+
gitpython==3.1.44
66
# License: BSD
7-
Jinja2==3.1.4
7+
Jinja2==3.1.5

0 commit comments

Comments
 (0)