Hello Splunkers,
I'm very new to Splunk and I cannot seem to get the data that I want.
I want to perform a search that compares 2 events. The events have the same field "Severity".
I want the search result showing me what the difference is between the 2 events. If it is possible showing me what lines are different
The events are coming form 2 different hosts but in the same index. The events are almost identical but there are some differences.
Here is an example of a event:
5593CF4E.0000-13: .cpp,336,"setError")
+5593CF4E.0000 Error Type= CTX_MetafileNotfound
+5593CF4E.0000 Severity= CTX_Warning
+5593CF4E.0000 Native Error Code = 0
+5593CF4E.0000 SQL State= NULL
+5593CF4E.0000 Reason Code= 0
+5593CF4E.0000 executing: openMetaFile
(5593CF4E.0001-13:khdxbase.cpp,339,"setError")
+5593CF4E.0001 ERROR MESSAGE: "Unable to open Metafile *
... View more