-
Notifications
You must be signed in to change notification settings - Fork 438
Introduce experimental artifacts #993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
7367c81
add experimental directive
ebeahan 01ec6f2
add experimental directory
ebeahan 469320f
fix path
ebeahan 5f1b110
add experimental README
ebeahan 85071a5
fixing path
ebeahan c2c0d3b
remove elasticsearch 6 artifacts
ebeahan 9247705
adding exclusions for experimental
ebeahan 661292f
reword intro
ebeahan ef33508
Update experimental/README.md
ebeahan f3e477e
provide extended usage along with link back to USAGE.md
ebeahan d5ce217
include experimental directive in check
ebeahan 1371774
most recent wildcard experimental definitions
ebeahan 4c336b4
yaml syntax
ebeahan 91f3ba9
update experimental artifacts
ebeahan a2d1e1a
formatting
ebeahan c61fc19
Apply suggestions from code review
ebeahan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# ECS Experimental Definitions | ||
|
||
ECS experimental definitions are changes and features which have reached [stage two](https://elastic.github.io/ecs/stages.html) in the ECS [RFC process](../rfcs) | ||
|
||
Stage two changes only appear in the experimental artifacts in this directory, but aren't yet reflected in the official ECS documentation. | ||
Note that stage three and four proposals do appear in the official ECS documentation. | ||
|
||
These experimental changes to ECS are comprehensive but not necessarily final. They are also still subject to breaking changes. | ||
|
||
## Schema Files | ||
|
||
The [experimental/schemas](./schemas) directory contains the YAML files for the experimental field definitions. These are not always complete schemas. They can also be supplemental changes to be merged with the official schema spec, using the `--include` generator flag. | ||
|
||
If you use the ECS generator script as described in [USAGE.md](../USAGE.md) to maintain your custom index templates, here's how you can try these experimental changes in your project: | ||
|
||
```sh | ||
$ python scripts/generator.py --include experimental/schemas \ | ||
--include ../myproject/fields/custom/ \ | ||
--out ../myproject/fields/generated | ||
``` | ||
|
||
The above would include all experimental changes to ECS along with your custom fields, and output the artifacts in `myproject/fields/generated`. | ||
|
||
## Generated Artifacts | ||
|
||
Various files generated based on the experimental ECS spec. The artifacts are generated using `make experimental` and published [here](./generated). |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.