mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Elasticsearch: Use constants for default values and types (#60673)
This commit is contained in:
@@ -26,6 +26,11 @@ const (
|
||||
filtersType = "filters"
|
||||
termsType = "terms"
|
||||
geohashGridType = "geohash_grid"
|
||||
// Document types
|
||||
rawDocumentType = "raw_document"
|
||||
rawDataType = "raw_data"
|
||||
// Logs type
|
||||
logsType = "logs"
|
||||
)
|
||||
|
||||
func parseResponse(responses []*es.SearchResponse, targets []*Query) (*backend.QueryDataResponse, error) {
|
||||
|
||||
Reference in New Issue
Block a user