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
Since fields with dots in the name are disallowed from being indexed, it is useful to have an ingest processor that can help replace those .s into some other character (e.g. _).
Since fields with dots in the name are disallowed from being indexed, it is useful to have an ingest processor that can help replace those
.s into some other character (e.g._).