Found two aggregation type definitions in – How to solve this Elasticsearch error

Opster Team

July-20, Version: 1.7-8.0

Before you begin reading this guide, we recommend you try running the Elasticsearch Error Check-Up which analyzes 2 JSON files to detect many configuration errors.

Briefly, this error message indicates that two aggregation type definitions were found in the same request, which is not allowed. In Elasticsearch, only one aggregation type can be defined in a single request. If two aggregation type definitions are found, this error will be thrown.

To easily locate the root cause and resolve this issue try AutoOps for Elasticsearch & OpenSearch. It diagnoses problems by analyzing hundreds of metrics collected by a lightweight agent and offers guidance for resolving them.

Take a self-guided product tour to see for yourself (no registration required).

This guide will help you check for common problems that cause the log ” Found two aggregation type definitions in ” to appear. To understand the issues related to this log, read the explanation below about the following Elasticsearch concepts: search and aggregations.

Log Context

Log “Found two aggregation type definitions in [“classname  is AggregatorFactories.java We extracted the following from Elasticsearch source code for those seeking an in-depth context :

}
 subFactories = parseAggregators(parser; level + 1);
 break;
 default:
 if (aggBuilder != null) {
 throw new ParsingException(parser.getTokenLocation(); "Found two aggregation type definitions in ["
 + aggregationName + "]: [" + aggBuilder.getType() + "] and [" + fieldName + "]");
 } 
 try {
 aggBuilder = parser.namedObject(BaseAggregationBuilder.class; fieldName; aggregationName);

 

Watch product tour

Try AutoOps to find & fix Elasticsearch problems

Analyze Your Cluster
Skip to content