We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b290b5f commit dd95279Copy full SHA for dd95279
pkg/quickwit/timestamp_infos.go
@@ -74,7 +74,7 @@ func GetTimestampFieldFromIndex(index string, qwickwitUrl string, cli *http.Clie
74
}
75
76
func GetTimestampFieldFromIndexPattern(indexPattern string, qwickwitUrl string, cli *http.Client) (string, error) {
77
- mappingEndpointUrl := qwickwitUrl + "/indexes?index_id_pattern=" + indexPattern
+ mappingEndpointUrl := qwickwitUrl + "/indexes?index_id_patterns=" + indexPattern
78
qwlog.Debug("Calling quickwit endpoint: " + mappingEndpointUrl)
79
r, err := cli.Get(mappingEndpointUrl)
80
if err != nil {
0 commit comments