Hi,
I have an elasticsearch 5.5 index that has 2 fields: percentl50 and percentl90. I try to find how do we generate these fields and found no way they can get data. No application is writing data into those fields, they just appear out from somewhere. How do I find how those fields were created? These fields contain percentiles data.
Thanks,
Ihor.
The fields will automatically be created if any documents contain or at one point contained those fields. Once the field exists in the mappings you'll have to re-create the index to get rid of it.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.