Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sayden committed Apr 20, 2021
1 parent 4d670bc commit 0009968
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions metricbeat/module/elasticsearch/index/data_xpack.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ type Index struct {
Primaries indexStats `json:"primaries"`
Total indexStats `json:"total"`

Index string `json:"index"`
Status string `json:"status"`
Hidden bool `json:"hidden"`
Shards shardStats `json:"shards"`
Index string `json:"index"`
Status string `json:"status"`
Hidden bool `json:"hidden"`
Shards shardStats `json:"shards"`
}

type indexStats struct {
Expand Down

0 comments on commit 0009968

Please sign in to comment.