serilog-sinks-elasticsearch
serilog-sinks-elasticsearch copied to clipboard
readme mistake
in appsettings :"templateCustomSettings" should be object instead of array "templateCustomSettings": { "index.mapping.total_fields.limit": "10000000" } is right "templateCustomSettings": [{ "index.mapping.total_fields.limit": "10000000" }], is wrong
@tengfei8771 did you succeed to change the setting with above json? I get no errors but when i try to verify the setting in Kibana i see the default 1000 when i try to set it to 9999

Hi, i got it to work now, i was missing:
"overwriteTemplate": true
In my appsettings, i did not know that was required also.
@Dendeii Can I See your Appsettings.json? My config templateCustomSettings is does not working now.