Live index not found during rollup search – How to solve this Elasticsearch error

Opster Team

Aug-23,

Log Context

Log “\”Live\”” index not found during rollup search.”” classname is RollupResponseTranslator.java.
We extracted the following from Elasticsearch source code for those seeking an in-depth context :

        MultiSearchResponse.Item liveResponse = msearchResponses[0];
        if (liveResponse.isFailure()) {
            Exception e = liveResponse.getFailure();
            // If we have a rollup response we can tolerate a missing live response
            if (e instanceof IndexNotFoundException) {
                logger.warn("\"Live\"" index not found during rollup search.""; e);

 

How helpful was this guide?

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?