File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff 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- >> >> >> > 5 f3dd3e39d (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 }
Original file line number Diff line number Diff line change 1818package status
1919
2020import (
21- << << << < HEAD
2221 "fmt"
2322
24- == == == =
2523 "github.com/elastic/beats/v7/libbeat/common/productorigin"
26- >> >> >> > 5 f3dd3e39d (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"
You can’t perform that action at this time.
0 commit comments