I ran the Elasticsearch Migration Helper and it came back reporting that about half of my indexes have too many fields. Apparently ES v5.0 has a limit of 1000 fields, and my indexes use on average 1000-1300… ?
I’m learning as I go… My goal is to get us to Graylog v3 with Elasticsearch v6, preferably with all our indexes still accessible.
Thanks Jan, it seems like this is something to avoid if possible. I already wasn’t happy with the performance of ES/GL when doing large searches, I imagine it will only make it worse if I change the field limit to 1350 to accommodate all my old indexes.
How do I prevent this in the future though? The link you provided mentioned being able to send different inputs into different indexes, but it didn’t say how to do it… Can you point me in the right direction?
Well, no I wouldn’t expect that. I thought maybe you or someone would be able to point me generally in the right direction. I have searched for an answer, and perhaps it’s my lack of Elasticsearch experience, but I either haven’t found a clear answer or I’ve looked past one out of ignorance.
I’ll search some more and add the answer here once I find it.