Hi,
I have the following issue:
Have many events with different document_number+datetime_type, which have a field (started_on).
There is always 4 different types / document_number.
Then 4 new timestamp fields are evaluated by the type and the timestamp, so each event will have 1 new filled timestamp in a different field.
Now I need to fill the empty ones from the evaluated ones for the same document_number.
With streamstats I was able to fill them further (after found), but not backwards.
Is it possible somehow?
Or only if I do | reverse and apply streamstats again?
Try eventstats instead of stats if you want to keep the original events
Why not just use stats (instead of streamstats)?
like? Could you please provide an example?
If I will use stats it will merge the 4 events into 1 or not fill the empty ones / document type
The main key fields are document_number and document_type which are required further.
So with:
P.S.: sorry I forgot to add the datetime_type to the example pictures, will add them.
Try eventstats instead of stats if you want to keep the original events
Working as expected, thank you 🙂