How to find a record that exists in one index but not another

Good afternoon all,

I have a problem that I can't seem to solve with Elasticstack... We have two systems, lets call them system a and system b. Each evening system a transmits its list of orders to system b for processing overnight.

I want to check that all records in system a have been received by system b. I've created two inputs into logstash, subsequently elasticsearch and kibana - I have created an index search that includes both sets of inputs. I can't manage to create a search or visualization that shows how many records exist in system a but not system b...

If this were a single relational database, I could write a simple query but how can I manage it within Kibana?

Thanks!!

Terry

Would showing the difference in count for events in system a and events in system B be enough? If so, i'd recommend looking into Visual Builder.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.