35 lines
1.9 KiB
Go
35 lines
1.9 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 windows
|
|
|
|
import (
|
|
"github.com/elastic/beats/libbeat/asset"
|
|
)
|
|
|
|
func init() {
|
|
if err := asset.SetFields("metricbeat", "windows", Asset); err != nil {
|
|
panic(err)
|
|
}
|
|
}
|
|
|
|
// Asset returns asset data
|
|
func Asset() string {
|
|
return "eJysVE1vIjkQvfMrSrnkkqDN7mn7sFI2TEaMlFE0mRGH0Yg27oIuxW17XGUI/37k/iCkgUCi+ICKsv3qvVfuuoRHXGewIlu4FQ8AhMRgBmeTJnM2ACiQdSAv5GwG/w0AAGYo6uevOrxzRTQIcxdgskHh0gWZamfntMhgrgzjACCgQcWY1dcHAHNCU3BWw1yCVRVuM0lL1h4zWAQXfZvZQ+YlUAPWL9XlmyKMYUkaN/l9hQ4Wa1beYuSgnRVFlkFKBBYlkbfd6IrxcOv+fnq7QrZJU/Ei3XF+xPXKhf4ePqnKp0aWk3++frnVV9e+d+IVbWldQ7T0OyKMR7WaWlyjZAhjAWJQUCouwc3rzUrpkiyeM3z+MR6BskVK7+C2GLWmZ0f2Ck6/75E8Qc1L/Ta535/lnUKtIPZGrafvpti+jU9LtAI3zhjU4sLbObdEalpdJ7o2vS6BRQWZJrZvEHCKiwk3+hqmz6g+4B0zzQzCUpmIDCog5NdRXKWEdH6xg5r/75zkF5CPiNXMYJHiO2WjMvlF/dDyhzULVvlxyfLBapWWqEyDfLraG2eFbCS72Cf3XkWut5qw0fstWtsmH5LDm9h538SNEek/FsecwCdK47n4QDduXXguvxl6ICVxGhbJGAzBBUhlQUolmw8uoHdBeAdyVaJt3hPZBYgDbtUma4lhRcbADGvsBVoMpPtTdwdzi0O0Bpm3WwY+uCUVqU1d6pI9apqT3rp5xFx/YFIbZxeHBsLVX//+/Q6/u1ex32/F7DQpwSIJ00ns/Xh0hH30QhUOq347DmqYu1ApyaCIQSWyvW2yPsq0O1SRMcSonS36BU6f0OfcsoS2OVgA2RfYw8GfAAAA//+CFW1s"
|
|
}
|