Skip to content

Commit 39d6a05

Browse files
committed
Fix merge conflicts.
1 parent 25540cb commit 39d6a05

3 files changed

Lines changed: 1 addition & 105 deletions

File tree

metricbeat/module/kibana/settings/settings.go

Lines changed: 0 additions & 97 deletions
This file was deleted.

metricbeat/module/kibana/stats/stats.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,9 @@ func (m *MetricSet) init() error {
107107
return err
108108
}
109109

110-
<<<<<<< HEAD
111-
kibanaVersion, err := kibana.GetVersion(statsHTTP, statsPath)
112-
=======
113110
statsHTTP.SetHeaderDefault(productorigin.Header, productorigin.Beats)
114111

115-
kibanaVersion, err := kibana.GetVersion(statsHTTP, kibana.StatsPath)
116-
>>>>>>> 5f3dd3e39d (Add the Elastic product origin header when talking to Elasticsearch or Kibana. (#29966))
112+
kibanaVersion, err := kibana.GetVersion(statsHTTP, statsPath)
117113
if err != nil {
118114
return err
119115
}

metricbeat/module/kibana/status/status.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,9 @@
1818
package status
1919

2020
import (
21-
<<<<<<< HEAD
2221
"fmt"
2322

24-
=======
2523
"github.com/elastic/beats/v7/libbeat/common/productorigin"
26-
>>>>>>> 5f3dd3e39d (Add the Elastic product origin header when talking to Elasticsearch or Kibana. (#29966))
2724
"github.com/elastic/beats/v7/metricbeat/helper"
2825
"github.com/elastic/beats/v7/metricbeat/mb"
2926
"github.com/elastic/beats/v7/metricbeat/mb/parse"

0 commit comments

Comments
 (0)