cmanaha / python-elasticsearch-logger

Python Elasticsearch handler for the standard python logging framework
Other
232 stars 116 forks source link

Added ability to disable date postfix in index name #67

Open endofreal opened 5 years ago

endofreal commented 5 years ago

Sometimes there is a need to manually manage index names, for example, in this case: An application writes data to a single named index, which is an alias to the main one. The administrator of ELK Stack can manage rotation and names by himself.