Before you post: Your responses to these questions will help the community help you. Please complete this template if you’re asking a support question.
Don’t forget to select tags to help index your topic!
Using nxlog communitity to grab logs from our windows machines. We have a specific input for our windows machines, and there are no extractors setup for those inputs. However we keep getting:
ElasticsearchException[Elasticsearch exception [type=illegal_argument_exception, reason=Limit of total fields [1000] has been exceeded]]
We have tried changing the templates, to expand the limit to 2000. (Based off of what was shown here: "Limit of total fields [1000] in index [windows_327] has been exceeded") The template does not seem to be taking affect.
We have run the following command:
sudo curl -X PUT -d @‘index_limit_90day-template.json’ ‘http://localhost:9200/_template/90day-template?pretty’ -H ‘Content-Type: application/json’
which fixes it for the day, but as soon as the next index comes in it reverts back to a template without the fix applied.
Description: Ubuntu 20.04.3 LTS
Version:4.2.1+5442e44, codename Noir
JVM:PID 41413, Private Build 1.8.0_292 on Linux 5.4.0-89-generic