use of org.graylog.storage.elasticsearch6.views.searchtypes.pivot.ESPivot in project graylog2-server by Graylog2.
the class ESPivotTest method setUp.
@Before
public void setUp() throws Exception {
bucketHandlers = new HashMap<>();
seriesHandlers = new HashMap<>();
this.esPivot = new ESPivot(bucketHandlers, seriesHandlers);
when(pivot.id()).thenReturn("dummypivot");
}
Aggregations