I watched two videos here
(Quantitative Cluster Sizing | Elastic / Using Rally to Get Your Elasticsearch Cluster Size Right | Elastic Videos)
and both of them emphasize the importance of testing indexing and querying at the same time to figure out how these two factors effect each other
I tried to benchmark the test using eventdata track
(GitHub - elastic/rally-eventdata-track: Rally track for simulating event-based data use-cases)
but it is no longer supported for elasticsearch 8.X version
Is there any rally track for testing indexing and querying at the same time? In my case indexing data and searching happens same time -it is for analyzing logging- so I think I have to test both