kibana/x-pack/plugins/event_log/generated
Brandon Kobel 4584a8b570
Elastic License 2.0 (#90099)
* Updating everything except the license headers themselves

* Applying ESLint rules

* Manually replacing the stragglers
2021-02-03 18:12:39 -08:00
..
mappings.json [Alerting] Introduces a ActionSubGroup which allows for more granular action group scheduling (#84751) 2020-12-10 15:16:42 +00:00
README.md [Alerting] Introduces a ActionSubGroup which allows for more granular action group scheduling (#84751) 2020-12-10 15:16:42 +00:00
schemas.ts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00

The files in this directory were generated by manually running the script ../scripts/create-schemas.js from the root directory of the repository.

These files should not be edited by hand.

Please follow the following steps:

  1. clone the ECS repo locally so that it resides along side your kibana repo, and checkout the ECS version you wish to support (for example, the 1.6 branch, for version 1.6)
  2. In the x-pack/plugins/event_log/scripts/mappings.js file you'll want to make th efollowing changes:
    1. Update EcsKibanaExtensionsMappings to include the mapping of the fields you wish to add.
    2. Update EcsEventLogProperties to include the fields in the generated mappings.json.
  3. cd to the kibana root folder and run: node ./x-pack/plugins/event_log/scripts/create_schemas.js