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
elmond uses a term query to filter results based on source and destination. Those fields have been indexed as a text type so the query does not yield results.
Either the index mapping needs to be modified to index these fields as "keyword" or the query in elmond needs to be changed to use .keyword
The text was updated successfully, but these errors were encountered:
elmond uses a term query to filter results based on source and destination. Those fields have been indexed as a text type so the query does not yield results.
Either the index mapping needs to be modified to index these fields as "keyword" or the query in elmond needs to be changed to use .keyword
The text was updated successfully, but these errors were encountered: