Deprecated field [id] used, expected [stored] instead

I got a lot of these errors in deprecation log:
[2018-06-18T22:23:54,435][WARN ][o.e.d.c.ParseField ] Deprecated field [id] used, expected [stored] instead
[2018-06-18T22:23:54,435][WARN ][o.e.d.c.ParseField ] Deprecated field [id] used, expected [stored] instead
[2018-06-18T22:23:54,435][WARN ][o.e.d.c.ParseField ] Deprecated field [id] used, expected [stored] instead

I am wondering how I can get more info about which query causes the problem. I search all queries run the cluster and no query is using id field.

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