Visualization of newest customers logs

Hello,
I m working with kibana 7.2.
I would like to create a visualization of logs only for the newest customers.

A newest customers is who only start logging on my platforms only Last Week.
A customer is identified by its serialNumber (a string).

How can I identify such customer on a visualization (vertical bar, or timelion or times series)?

Thanks

Hello @AmS, thanks for your interesting question.

Unfortunately this is currently not possible with Kibana, you have to change the underlying data.

The easiest way to solve that is to provide this information during ingest - meaning if you ingest a document, look up the creation date of the user in your database and put the value into the document along with the id. Then you can simply filter by that field:

Ok Thanks
Best Regards

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