Being fairly new to many features in Splunk, I wish to verify that the fields on 2 different hosts match for consistency. Here's a simple search to show the fields I'd like to verify. What's the best way to go about this? index="postgresql" sourcetype="postgres" host=FLSM-ZEUS-PSQL-* | table host, node_name, node_id, active, type | where NOT isnull(node_name) host node_name node_id active type FLSM-ZEUS-PSQL-02 flsm-zeus-psql-02 2 t standby FLSM-ZEUS-PSQL-02 flsm-zeus-psql-01 1 t primary FLSM-ZEUS-PSQL-01 flsm-zeus-psql-02 2 t standby FLSM-ZEUS-PSQL-01 flsm-zeus-psql-01 1 t primary
... View more