@@ -20,12 +20,12 @@ var searchDict = map[string]string{
20
20
}
21
21
22
22
var apiDict = map [string ]string {
23
- `SplunkIndexerThroughput` : `/services/server/introspection/indexer?output_mode=json` ,
24
- `SplunkDataIndexesExtended` : `/services/data/indexes-extended?output_mode=json&count=-1` ,
25
- `SplunkIntrospectionQueues` : `/services/server/introspection/queues?output_mode=json&count=-1` ,
26
- `SplunkKVStoreStatus` : `/services/kvstore/status?output_mode=json` ,
27
- `SplunkDispatchArtifacts` : `/services/server/status/dispatch-artifacts?output_mode=json&count=-1` ,
28
- `SplunkHealth` : `/services/server/health/splunkd/details?output_mode=json` ,
23
+ `SplunkIndexerThroughput` : `/services/server/introspection/indexer?output_mode=json` ,
24
+ `SplunkDataIndexesExtended` : `/services/data/indexes-extended?output_mode=json&count=-1` ,
25
+ `SplunkIntrospectionQueues` : `/services/server/introspection/queues?output_mode=json&count=-1` ,
26
+ `SplunkKVStoreStatus` : `/services/kvstore/status?output_mode=json` ,
27
+ `SplunkDispatchArtifacts` : `/services/server/status/dispatch-artifacts?output_mode=json&count=-1` ,
28
+ `SplunkHealth` : `/services/server/health/splunkd/details?output_mode=json` ,
29
29
`SplunkIndexerClusterManagerStatus` : `/services/cluster/manager/status?output_mode=json` ,
30
30
}
31
31
@@ -173,12 +173,12 @@ type healthDetails struct {
173
173
Features map [string ]healthDetails `json:"features,omitempty"`
174
174
}
175
175
176
- // '/services/cluster/manager/status'
176
+ // '/services/cluster/manager/status'
177
177
type indexersClusterManagerStatus struct {
178
178
Entries []idxClusterManagerStatusEntry `json:"entry"`
179
179
}
180
180
type idxClusterManagerStatusEntry struct {
181
- Name string `json:"name"`
181
+ Name string `json:"name"`
182
182
Content idxClusterManagerStatusContent `json:"content"`
183
183
}
184
184
0 commit comments