Skip to content

Commit

Permalink
Merge branch 'main' into feat-make-ecs-more-flexible
Browse files Browse the repository at this point in the history
  • Loading branch information
jkb-axios authored Jan 14, 2025
2 parents a225031 + e53f007 commit 0871ba7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions schemas/data_stream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
An Elasticsearch data stream consists of one or more backing indices, and a data stream name forms part of the backing indices names.
Due to this convention, data streams must also follow index naming restrictions. For example, data stream names cannot include `\`, `/`, `*`, `?`, `"`, `<`, `>`, `|`, ` ` (space character), `,`, or `#`.
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].
type: group
fields:

- name: type
Expand Down
4 changes: 2 additions & 2 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ pip
# License: MIT
PyYAML==6.0.2
# License: BSD
gitpython==3.1.43
gitpython==3.1.44
# License: BSD
Jinja2==3.1.4
Jinja2==3.1.5

0 comments on commit 0871ba7

Please sign in to comment.