Skip to content

Commit

Permalink
Fixing up bad rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Mar 19, 2020
1 parent 2069665 commit 4eb24c9
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions metricbeat/module/elasticsearch/index/data_xpack.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,13 @@ package index
import (
"encoding/json"
"fmt"
"github.com/elastic/beats/libbeat/common"
"github.com/elastic/beats/metricbeat/helper/elastic"
"github.com/elastic/beats/metricbeat/mb"
"github.com/elastic/beats/metricbeat/module/elasticsearch"
"github.com/joeshaw/multierror"
"github.com/pkg/errors"
"strconv"
"time"
)

"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/joeshaw/multierror"
"github.com/pkg/errors"

"github.com/elastic/beats/libbeat/common"
"github.com/elastic/beats/metricbeat/helper/elastic"
"github.com/elastic/beats/metricbeat/mb"
"github.com/elastic/beats/metricbeat/module/elasticsearch"
Expand Down

0 comments on commit 4eb24c9

Please sign in to comment.