mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* Elasticsearch: Fix ordering in raw_document and add logic for raw_data * Add comments * Fix raw data request to use correct timefield * Fix linting * Add raw data as metric type * Fix linting * Elasticsearch: Add defaults for log query * Add higlight * Fix lint * Add snapshot test * Implement correct query for logs * Update * Adjust naming and comments * Fix lint * Remove ifs
59 lines
1.1 KiB
JSON
59 lines
1.1 KiB
JSON
{
|
|
"docvalue_fields": [
|
|
"testtime"
|
|
],
|
|
"query": {
|
|
"bool": {
|
|
"filter": {
|
|
"range": {
|
|
"testtime": {
|
|
"format": "epoch_millis",
|
|
"gte": 1668422437218,
|
|
"lte": 1668422625668
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"script_fields": {},
|
|
"size": 500,
|
|
"sort":
|
|
{
|
|
"testtime": {
|
|
"order": "desc",
|
|
"unmapped_type": "boolean"
|
|
},
|
|
"_doc": {
|
|
"order": "desc"
|
|
}
|
|
},
|
|
"aggs":
|
|
{
|
|
"1": {
|
|
"date_histogram": {
|
|
"field": "testtime",
|
|
"fixed_interval": "1000ms",
|
|
"format": "epoch_millis",
|
|
"min_doc_count": 0,
|
|
"extended_bounds": {
|
|
"min": 1668422437218,
|
|
"max": 1668422625668
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"highlight":
|
|
{
|
|
"pre_tags": [
|
|
"@HIGHLIGHT@"
|
|
],
|
|
"post_tags": [
|
|
"@/HIGHLIGHT@"
|
|
],
|
|
"fragment_size": 2147483647,
|
|
"fields": {
|
|
"*": {}
|
|
}
|
|
|
|
}
|
|
} |