I am wondering if anyone made a comparison of write performance between InfluxDB and ES?
We are currently storing metrics and log data in ES + Kibana. Our problem is that we are hitting a write limit of 30k entries per second to ES. Which is not sufficient for the amount of data flowing in.
Due to the amount of metrics and logs we are storing, we are considering to split up metrics (InfluxDB+Grafana) and use ES+Kibana solely for storing logs.
Any thoughts on write throughput of ES vs. InfluxDB, e.g something like @Felix_4 has posted?