Skip to content

Commit

Permalink
Cleaning up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Oct 4, 2018
1 parent 357f9e6 commit 077d919
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions metricbeat/module/elasticsearch/ml_job/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@ package ml_job
import (
"encoding/json"

"github.com/elastic/beats/metricbeat/module/elasticsearch"

"github.com/joeshaw/multierror"
"github.com/pkg/errors"

"github.com/elastic/beats/libbeat/common"
s "github.com/elastic/beats/libbeat/common/schema"
c "github.com/elastic/beats/libbeat/common/schema/mapstriface"
"github.com/elastic/beats/metricbeat/mb"
"github.com/elastic/beats/metricbeat/module/elasticsearch"
)

var (
Expand Down
3 changes: 1 addition & 2 deletions metricbeat/module/elasticsearch/node/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@ package node
import (
"encoding/json"

"github.com/elastic/beats/metricbeat/module/elasticsearch"

"github.com/joeshaw/multierror"
"github.com/pkg/errors"

"github.com/elastic/beats/libbeat/common"
s "github.com/elastic/beats/libbeat/common/schema"
c "github.com/elastic/beats/libbeat/common/schema/mapstriface"
"github.com/elastic/beats/metricbeat/mb"
"github.com/elastic/beats/metricbeat/module/elasticsearch"
)

var (
Expand Down
3 changes: 1 addition & 2 deletions metricbeat/module/elasticsearch/node_stats/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@ package node_stats
import (
"encoding/json"

"github.com/elastic/beats/metricbeat/module/elasticsearch"

"github.com/joeshaw/multierror"
"github.com/pkg/errors"

"github.com/elastic/beats/libbeat/common"
s "github.com/elastic/beats/libbeat/common/schema"
c "github.com/elastic/beats/libbeat/common/schema/mapstriface"
"github.com/elastic/beats/metricbeat/mb"
"github.com/elastic/beats/metricbeat/module/elasticsearch"
)

var (
Expand Down
3 changes: 1 addition & 2 deletions metricbeat/module/kibana/stats/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@ package stats
import (
"encoding/json"

"github.com/elastic/beats/metricbeat/module/kibana"

"github.com/pkg/errors"

"github.com/elastic/beats/libbeat/common"
s "github.com/elastic/beats/libbeat/common/schema"
c "github.com/elastic/beats/libbeat/common/schema/mapstriface"
"github.com/elastic/beats/metricbeat/helper/elastic"
"github.com/elastic/beats/metricbeat/mb"
"github.com/elastic/beats/metricbeat/module/kibana"
)

var (
Expand Down

0 comments on commit 077d919

Please sign in to comment.