File tree Expand file tree Collapse file tree 2 files changed +3
-2650
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2650
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ python standard `logging <https://docs.python.org/2/library/logging.html>`_ libr
1414It follows the `Elastic Common Schema (ECS) <https://www.elastic.co/guide/en/ecs/current/index.html >`_ for the field names.
1515To follow the ECS mapping, please use an index template.
1616Look at `ECS Github repository <https://github.com/elastic/ecs >`_ for already generated ECS mappings objects or
17- in the mappings folder of this repository.
18- There is one with the full ecs mappings plus some added fields used by this handler .
19- The other one just defines mappings for fields used by this handler.
17+ in the mappings folder of this repository where you will find a mapping file with the fields used by this handler .
18+ This handler use some custom fields. They are referenced in the mapping file .
19+
2020
2121The code source is in github at `https://github.com/innovmetric/python-elasticsearch-ecs-logger
2222<https://github.com/innovmetric/python-elasticsearch-ecs-logger> `_.
You can’t perform that action at this time.
0 commit comments