File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 11Handlers
22========
33
4- `` ElasticsearchLogstashHandler ``
5- --------------------------------
4+ ElasticsearchLogstashHandler
5+ ----------------------------
66
77.. versionadded :: 4.4
88
@@ -16,10 +16,9 @@ In a development environment, it's fine to keep the default configuration: for
1616each log, an HTTP request will be made to push the log to Elasticsearch.
1717
1818In a production environment, it's highly recommended to wrap this handler in a
19- handler with buffering capabilities (like the FingersCrossedHandler, or
20- BufferHandler) in order to call Elasticsearch only once with a bulk push. For
21- even better performance and fault tolerance, a proper ELK
22- (https://www.elastic.co/what-is/elk-stack) stack is recommended.
19+ handler with buffering capabilities (like the ``FingersCrossedHandler `` or
20+ ``BufferHandler ``) in order to call Elasticsearch only once with a bulk push. For
21+ even better performance and fault tolerance, a proper `ELK stack `_ is recommended.
2322
2423To use it, declare it as a service:
2524
@@ -103,3 +102,5 @@ then reference it in monolog configuration:
103102 ],
104103 ],
105104 ]);
105+
106+ .. _`ELK stack` : https://www.elastic.co/what-is/elk-stack
You can’t perform that action at this time.
0 commit comments