We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d011cfe commit deffe4dCopy full SHA for deffe4d
1 file changed
README.rst
@@ -125,8 +125,9 @@ Modify your ``settings.py`` to integrate ``python-logstash`` with Django's loggi
125
126
Note
127
====
128
+
129
Example Logstash Configuration (``logstash.conf``) for Receiving Events from python-logstash is::
- ``
130
131
input {
132
tcp {
133
port => 5000
@@ -138,7 +139,7 @@ Example Logstash Configuration (``logstash.conf``) for Receiving Events from pyt
138
139
codec => rubydebug
140
}
141
-``
142
143
Contributors
144
------------
145
- Volodymyr Klochan
0 commit comments