|
@@ -90,7 +90,7 @@ func GetLogBucketsFromPorterAgent(
|
|
|
|
|
|
|
|
type AgentLogsResp struct {
|
|
type AgentLogsResp struct {
|
|
|
Logs []string `json:"logs"`
|
|
Logs []string `json:"logs"`
|
|
|
- MatchedBucket int `json:"matchedBucket"`
|
|
|
|
|
|
|
+ MatchedBucket string `json:"matchedBucket"`
|
|
|
Error string `json:"error"`
|
|
Error string `json:"error"`
|
|
|
}
|
|
}
|
|
|
|
|
|