hello, i'm new to ES,
i'm trying to monitor the performance of indexing documents into ES, so documents are written ( count : 100000 ) in the ES cluster ( through logstash) but no document is indexed ( index_total and index_time_in_millis : 0)
- i'm trying to get the indexing rate by dividing the number of docs out of the index_time_in_millis ==> i'm not sure if it's appropriate way ( maybe kibana couldbe better for this )
thanks in advance