forked from elastic/ecs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Point README to the new official docs and other contributor-centric d…
…oc (elastic#400) * readme no longer contains the field definitions * readme now directs people to the main website, for the official ECS documentation * Introduce `make legacy_use_cases` to generate the use cases (they were previously generated at the same time as the readme) * Document generated files a bit * contributing guidelines now point people to a page in the docs, to reduce content duplication * renamed the two intermediary in memory representations to match the variable names used in the code
- Loading branch information
Showing
13 changed files
with
53 additions
and
1,121 deletions.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,25 @@ | ||
# Artifacts generated from ECS | ||
|
||
Various kinds of files or programs can be generated directly based on ECS. | ||
|
||
In this directory, you'll find the following: | ||
|
||
* `beats/fields.ecs.yml`: The YAML field definition file used by Beats to import ECS in it's broader | ||
field schema. | ||
|
||
* `csv/fields.csv`: A csv file you can use to import ECS field definitions | ||
in a spreadsheet. | ||
|
||
* `ecs/*.yml`: Two files that are the fully fleshed out representation of ECS. | ||
All the default values are filled in, basic checks have been made to ensure | ||
correctness or consistency, etc. | ||
Generators literally operate on one of these two representations, depending on | ||
whether they depend on the variables `ecs_flat` or `ecs_nested`. | ||
|
||
* `elasticsearch/{6,7}/template.json`: Sample Elasticsearch templates to get | ||
started using ECS. Check out how to use them in | ||
[generated/elasticsearch/README.md](elasticsearch). | ||
|
||
If you'd like to share your own generator with the ECS community, you're welcome | ||
to look at our [contribution guidelines](/CONTRIBUTING.md), and then at the | ||
generators in `scripts/generators`. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.