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
Currently ignore_failure: true has been set in 44 processors on ingest pipeline and this could lead to performance impact. Some processors such as lowercase, convert, etc. need to be re-written using if conditionals to avoid execution of the processors causing failures.