-
Notifications
You must be signed in to change notification settings - Fork 418
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
Artifacts docs page #1189
Merged
Merged
Artifacts docs page #1189
Changes from 8 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
68e7fee
add github_repo_link attribute
ebeahan 098aa4c
add docs pages for ECS artifacts
ebeahan 6a2e137
correct hierarchy
ebeahan ebda5cf
add a link
ebeahan 9a9bda6
fix anchor
ebeahan c8e9b4d
tweaks
ebeahan e6cc940
link conventions to new page
ebeahan 3ce9750
add changelog
ebeahan a266039
remove experimental wording
ebeahan 9839e98
further reworking
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 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 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 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,8 @@ | ||
[[ecs-artifacts]] | ||
=== ECS Experimental Artifacts | ||
|
||
ECS maintains a collection of experimental artifacts. These artifacts are various files generated directly based on the ECS schema, such as index templates and CSV files. | ||
|
||
The artifacts can be found in the {ecs_github_repo_link}/generated#artifacts-generated-from-ecs[ECS Github repo]. | ||
|
||
Users can generate their own custom artifacts using the project's tooling. See the ECS tooling {ecs_github_repo_link}/USAGE.md[usage documentation] for more detail. |
This file contains 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why call the artifacts experimental?
The tooling I consider experimental, but the reference ECS artifacts themselves.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A fair point. I was thinking too narrowly about the Elasticsearch templates being provided as an experimental starting point. The other artifacts are not.
I'll adjust the wording a bit with this in mind.