This doesn't work Support Member
I agree with Raj.
If I ingest an event with sourceip=1.2.3.4 and a property prop_1='1'. After some time, if I ingest event with sourceip=1.2.3.4 and prop_1='2'.
Then, on running following AQL query:
SELECT prop_1 from events GROUP BY sourceip
will return prop_1 = 1 and sometimes 2 which is incorrect.
Other SIEM platforms like Splunk and ELK always shows latest event. Due to this we have to take headache of processing all the events on server side which causes performance issues with the app!!
#QRadar#Support#SupportMigration