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
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