You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After issue #892 to remove the type, LogStash X-Pack monitoring started to fail (see LogStash #11312) because the ES endpoint used to push monitoring data (_monitoring/) needs the type field, without type it fails with NPE. The solution is to move the logic to decide if the type must be removed or not, in a separate method and extend the plugin in X-Pack redefining the same method.
The text was updated successfully, but these errors were encountered:
After issue #892 to remove the type, LogStash X-Pack monitoring started to fail (see LogStash #11312) because the ES endpoint used to push monitoring data (
_monitoring/
) needs the type field, without type it fails with NPE. The solution is to move the logic to decide if thetype
must be removed or not, in a separate method and extend the plugin in X-Pack redefining the same method.The text was updated successfully, but these errors were encountered: