Skip to content

Commit

Permalink
removed parsing left over
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvg committed May 7, 2024
1 parent 23fd8ad commit 90795c2
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,14 @@
import org.elasticsearch.tasks.Task;
import org.elasticsearch.threadpool.ThreadPool;
import org.elasticsearch.transport.TransportService;
import org.elasticsearch.xcontent.XContentParserConfiguration;
import org.elasticsearch.xpack.core.action.XPackUsageFeatureAction;
import org.elasticsearch.xpack.core.action.XPackUsageFeatureResponse;
import org.elasticsearch.xpack.core.action.XPackUsageFeatureTransportAction;
import org.elasticsearch.xpack.core.rollup.RollupFeatureSetUsage;
import org.elasticsearch.xpack.core.rollup.job.RollupJob;

import java.util.Set;

public class RollupUsageTransportAction extends XPackUsageFeatureTransportAction {

private static final XContentParserConfiguration PARSER_CONFIGURATION = XContentParserConfiguration.EMPTY.withFiltering(
Set.of("_doc._meta._rollup"),
null,
false
);

@Inject
public RollupUsageTransportAction(
TransportService transportService,
Expand Down

0 comments on commit 90795c2

Please sign in to comment.