From 3c2ea44912bba79dff5344b1cf0ff564ee22dbfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nurettin=20Onur=20TU=C4=9ECU?= Date: Thu, 8 Aug 2019 09:25:51 +0300 Subject: [PATCH] Update README.rst extra list needs to have elements of the same type, otherwise elastic search index doesn't accept any more documents. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index aec1c3a..902251f 100644 --- a/README.rst +++ b/README.rst @@ -70,7 +70,7 @@ For example:: 'test_dict': {'a': 1, 'b': 'c'}, 'test_float': 1.23, 'test_integer': 123, - 'test_list': [1, 2, '3'], + 'test_list': [1, 2, 3], # elements of this list need to be of the same type } test_logger.info('python-logstash: test extra fields', extra=extra)