Skip to content

Commit a8a1c5c

Browse files
committed
Remove full ecs mapping file. It is not really useful.
1 parent c54e18b commit a8a1c5c

File tree

2 files changed

+3
-2650
lines changed

2 files changed

+3
-2650
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ python standard `logging <https://docs.python.org/2/library/logging.html>`_ libr
1414
It follows the `Elastic Common Schema (ECS) <https://www.elastic.co/guide/en/ecs/current/index.html>`_ for the field names.
1515
To follow the ECS mapping, please use an index template.
1616
Look 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

2121
The code source is in github at `https://github.com/innovmetric/python-elasticsearch-ecs-logger
2222
<https://github.com/innovmetric/python-elasticsearch-ecs-logger>`_.

0 commit comments

Comments
 (0)