35 lines
2.3 KiB
Go
35 lines
2.3 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 kafka
|
|
|
|
import (
|
|
"github.com/elastic/beats/libbeat/asset"
|
|
)
|
|
|
|
func init() {
|
|
if err := asset.SetFields("metricbeat", "kafka", Asset); err != nil {
|
|
panic(err)
|
|
}
|
|
}
|
|
|
|
// Asset returns asset data
|
|
func Asset() string {
|
|
return "eJy8WE9z2y4QvftT7OTkHKLf6deDD51pk07H007bSduzB4uVzRiBCtipv30HZNkSEuiPnegUE+m9x7K8XXiAHR4XsCPZjswADDMcF3D3xf6+mwFQ1KlihWFSLOD9DADA/Q9ySfccZwB6K5VZpVJkbLOAjHBtRxVyJBoXsLGwGUNO9cJ9/gCC5HihtI85FvZVJffFaaSDtwlTh1oruUN1Hu7CC2KWz0eHAI9S6H2OCj7bT2EpMqlyYj+ALTkgrBEFKCQUMiVzmJ8+2xJBORObBqTZIqQVnpNyn9Re8OdSnw+jjeFqPlx6FNEp1abF6KyTh1CqUOtOsh0eX6TyhQzjI/SAyjCN9EzRWjMjC5Ym9u/WurWpI7S/LI7DDHGgUlIlqaRtJi+ivTQOCixU0mYriDLMfps01m8s048KBhiNsrjZrTq44vFrkP0W7M8egVGQmcvY4sIu3EAZw34d5R58GzlABHW/StKkJa7ad74DjPaFEFDT3qontqdbHhXWU2oqFKbEIF3Au+T/Sdvwlm4G/Y4WigDEnA1i7jZgqtBwuWokyN/teNDjeuN0+BxjLH6A6/qr+hQnchtmFNfgxKtZb1TCeRMPr2qDNVzcsi8QMss0mkmF9Zz0JQYwYWTNmtbIxMZtpLiCHA3p5Df41xfW5N9rI/OLDAsElBgC2qj6Tu2k7ax/wyffznXXuZ3V/HcJRL08RiWlnKHoXotuM4zq+aA12wikJ1i3EnZF8IDC6NLcQjl4hWEN9IrHUtTyCeZl4DQaY+WVahNG7/t9ayu1H66pQhpQQcIc87VfziexMmFQCcK9ynEiqO/amF2MLtxdIOOLdsQzpuTpgTBO1hxPuLrqcjbsgKLWUY3MUYEvGEmP6YX1mwOuXM9vyXyZtbBx+jqCvjvgfkETytCE9bzUHuvFb9EKxcriAMHQOl5Uo0GVHAltta0DlPbq+OqAbas/L1vjVi9ZC5UOKyBKkeNECczlkoUHRnWYX2HBWerX7ltE4blE7g5DOB5CH0W66pO1lpIj8dN9oLKloMzmmgaWVQEApoGJlO8p0upAxsSDFVO9YtDWN5gvfz4Pmole9WTYq0zCCvd4gxKD7RPcYP0/nTumsk3J0KRb2xwMNbXIFUdU31XnS9O6DAlL82544HbHj7auoQeS07XBmGu260/jHpunZcpV3PWagkfV2b8AAAD///99e4I="
|
|
}
|