So I’m having a strange issue loading up the SearchGuard Roles section when I attempt to add or edit an entry; basically it times out and doesn’t load.
I think I’ve traced it back to a call to ‘_all/_mapping/field/*’ timing out (Source Location; I ran the call via curl and it took 35 minutes to run!
I think the reason for this calling taking that long is I’m transitioning to ECS based formatting for multiple index templates, which by default adds a ton of field mappings that might not even be added to the index at all.
Does anyone have any workarounds for this to get the GUI app to work? I’d much rather use the GUI for management but I can use sgadmin if needed.