serilog-sinks-elasticsearch icon indicating copy to clipboard operation
serilog-sinks-elasticsearch copied to clipboard

readme mistake

Open tengfei8771 opened this issue 3 years ago • 3 comments
trafficstars

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 avatar Sep 07 '22 01:09 tengfei8771

@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

image

Dendeii avatar Oct 19 '22 07:10 Dendeii

Hi, i got it to work now, i was missing: "overwriteTemplate": true In my appsettings, i did not know that was required also.

Dendeii avatar Oct 19 '22 07:10 Dendeii

@Dendeii Can I See your Appsettings.json? My config templateCustomSettings is does not working now.

tengfei8771 avatar Oct 19 '22 08:10 tengfei8771