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

36 lines
1.7 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 vsphere
import (
"github.com/elastic/beats/libbeat/asset"
)
func init() {
if err := asset.SetFields("metricbeat", "vsphere", Asset); err != nil {
panic(err)
}
}
// Asset returns asset data
func Asset() string {
return "eJzMls9unDAQxu/7FKPckwfg0EuqtJetKrXpdeWFYXEXM5Y9JKJPX9mGFX+8SRpMWx8ixQPf99sx88m3cMYugyerKzS4A2DJNWZw8/TN79zsAAq0uZGaJTUZfNgBAPRVUFS0tXvNYI3CYgZHZLEDKCXWhc38w7fQCIVjE7e405jByVCr+52Iz1RoLFYIFpbpIheXvCrblyIi818yrDnIGMb9nRQGljN2z2SKWe0FIrc+DlRL3cGwtE4/neWDrNF2llHBQnjwzIUWueTujolFfXfsGG2UoKbm9Gf2350ieEWgErjC6NG4VZJRgjNY2i84S4OYFPPBICanbC0WSSkfLRbbUOqcUzJqNDk2/FbK/vFLdREJFVlekwaz9/99EHwmy9czINdtOBZV/Up5LPdfH0E2sJ+pjm1DAqTzDfP/BmM/0ul8/UC/YqtQkdlqTPde3NnHpF+fzx5uq0ROhLdNEK+Fa5CfyZwP7r842LuG9kuQhans5Q4kDbeiViKvZLPq7nJV6T25NYu+lS14ObfSZuSP0AbYhz78d3E5jo9Ti5Y3CxEq4ZMzWD2untV9EVui+m8kTe6lb+sk/ZL11cdgethxGK5nzVvLpA4hLKKEdPyJi4tg2DysGOR7bwwR478a2L8DAAD//z6pzyI="
}