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 7c1568b commit 80a7393Copy full SHA for 80a7393
sumologic/sumologic_client.go
@@ -41,6 +41,7 @@ var endpoints = map[string]string{
41
"jp": "https://api.jp.sumologic.com/api/",
42
"ca": "https://api.ca.sumologic.com/api/",
43
"in": "https://api.in.sumologic.com/api/",
44
+ "kr": "https://api.kr.sumologic.com/api/",
45
}
46
47
var rateLimiter = time.NewTicker(time.Minute / 240)
0 commit comments