Deprecated field

Hello World!

I'm using Elastic stack 6.6.2 and following WARN messages is flooding my logs:

esXX             | [2019-03-15T06:04:13,162][WARN ][o.e.d.c.ParseField       ] [esXX] Deprecated field [_retry_on_conflict] used, expected [retry_on_conflict] instead
esXX             | [2019-03-15T06:04:13,162][WARN ][o.e.d.c.ParseField       ] [esXX] Deprecated field [inline] used, expected [source] instead

I've searched through my projects source code and didn't find any lines using these fields.

Please advise)

I have found same issue when elastic stack 6.2.2 (https://github.com/elastic/stack-docker) runs. Seems kibana produce queries with inline field in scripts

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.