Hello dear community
I record the price of bitcoin in ElasticSearch every 5 minutes. Today there was a problem, the server was down for a while, because of which the price was not recorded. Because of this, I started getting null entries.
I get all the data using "/search" , below is an example of my request and the response immediately received.
For visual understanding - this is how it looks on the chart with null records
Question: how can these null records be filled with a price, for example, for the last record that is not null? Or, for example, these records are simply not displayed as a result.
I will be very grateful to you all for the answer