Kibana: representing evolution of boolean field in time

Hello,
I am trying to represent the evolution over time of a boolean field.

Do you have any suggestion how to do it ?

Thank you

You can show this in a data table. One column can be a Date Histogram, and the metric can be the Last Value/Top Hit function on your boolean field. This will show you the value of your boolean field as it changes.