| Package | Description |
|---|---|
| org.graylog2.dashboards.widgets.strategies | |
| org.graylog2.indexer.results | |
| org.graylog2.indexer.searches |
| Modifier and Type | Field and Description |
|---|---|
protected Searches.DateHistogramInterval |
ChartWidgetStrategy.interval |
| Modifier and Type | Method and Description |
|---|---|
Searches.DateHistogramInterval |
FieldHistogramResult.getInterval() |
abstract Searches.DateHistogramInterval |
HistogramResult.getInterval() |
Searches.DateHistogramInterval |
DateHistogramResult.getInterval() |
| Constructor and Description |
|---|
DateHistogramResult(org.elasticsearch.search.aggregations.bucket.histogram.Histogram result,
String originalQuery,
org.elasticsearch.common.bytes.BytesReference builtQuery,
Searches.DateHistogramInterval interval,
org.elasticsearch.common.unit.TimeValue took) |
FieldHistogramResult(org.elasticsearch.search.aggregations.bucket.histogram.Histogram result,
String originalQuery,
org.elasticsearch.common.bytes.BytesReference builtQuery,
Searches.DateHistogramInterval interval,
org.elasticsearch.common.unit.TimeValue took) |
| Modifier and Type | Method and Description |
|---|---|
static Searches.DateHistogramInterval |
Searches.DateHistogramInterval.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Searches.DateHistogramInterval[] |
Searches.DateHistogramInterval.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HistogramResult |
Searches.fieldHistogram(String query,
String field,
Searches.DateHistogramInterval interval,
String filter,
TimeRange range,
boolean includeCardinality) |
HistogramResult |
Searches.histogram(String query,
Searches.DateHistogramInterval interval,
String filter,
TimeRange range) |
HistogramResult |
Searches.histogram(String query,
Searches.DateHistogramInterval interval,
TimeRange range) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.