Is there alternative to ES that scales nicely? I'm running ELK stack for logging using AWS Elasticsearch. Logs have unpredictable traffic volume and even overprovisioned ES cluster gets clogged sometimes. I wonder is there something more scalable than ES, and have nice GUI like Kibana?
Loki scales very nicely, and is for logs only, so much more lightweight than ES.
(No full text search though, you have to define indexed labels from which to start your search when ingesting)