youtubebeat/vendor/github.com/elastic/beats/metricbeat/module/zookeeper/fields.go

36 lines
2 KiB
Go

// Licensed to Elasticsearch B.V. under one or more contributor
// license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright
// ownership. Elasticsearch B.V. licenses this file to you under
// the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
// Code generated by beats/dev-tools/cmd/asset/asset.go - DO NOT EDIT.
package zookeeper
import (
"github.com/elastic/beats/libbeat/asset"
)
func init() {
if err := asset.SetFields("metricbeat", "zookeeper", Asset); err != nil {
panic(err)
}
}
// Asset returns asset data
func Asset() string {
return "eJy0lsGSuzYMxu95Cs3/vnmAHDrTc6d76LEX1jEfiSfGorJIwj59xxAIpLCT7RJOGYj1/fRJtvxGJzQ7+mQ+ARVkQ6ROPXb062/mP9p3vzZEOaIVV6njsKPfNkREw3cqoeJsJMvewypy2jekR1DBtbx5qKY/cXDK4sKBLJelCXncbojikUUzy6Fwhx0VxkdsiAQeJmJHB7MhKhx8Hnet6hsFU2JKnB5tqvR34bq6vZlBTs/HsPKDLAc1LsQWts9CULHckhhyHJaP2dMzZhvzlUHvi+bwvkBsMVOAJwgfbe7WTULdkLejl1N/++cxl3E+R46afk0+9nmd0FxY8odvX2Q37Z8+9nZW2VSV8NWVRpHlRk0W3ec8hudw+B7D7/fYlMISFyOupDbP5I0i2GZrzo+C/5vkDDEH9JFpD70AgRAiyr1Ha1IkF6h03rsIy6MunNKhOqKEGB8zy3XQlRDf63IPSRYNAvQZOMcCRsHe8wUSV9cfIlNMHt22ga1FELR1ap6oNNescB5Zr8SyqkN/mqsr65LCndR50F0tkmnJcypYWuh7t1XCFnHBy77hSnNdmbVvuKc6a8BwYS0MF76PEeoyM96dkQZHgE3B1++yUWxSHlVKj0bJyNBxvqGWZh6WK4SXdt37crcl7X57PNlpXGtUE3IXDpngnxpR17d2JEK9SGdrAPLk9h495n3OWV9HhcxzV8aeoHErsHBnPA6jnzPf/QvQC8upl6Re8muwiBdUfBkqyS0AoatubIJdv7S36NRGT5W0RqRJFZ9uomGwDYf5PG2EnCFZVKMrXj7+Yo901kw3Rs+0QNIEizx73VjrBEbTbbjoXY4IZCgN24kh5CJ5mHxpU5wh0fH8Wf3DS9stNJmQ0752Pqeo0u3nDnqe6GLUHl90/LWxEUfHcoQSd1X2bI1/9hBsrzUvouyuTP+5xC/y/RsAAP//itrSOA=="
}