youtubebeat/vendor/github.com/elastic/beats/dev-tools/packaging/templates/common
2018-11-18 11:08:38 +01:00
..
magefile.go.tmpl Add generated youtubebeat files 2018-11-18 11:08:38 +01:00
README.md.tmpl Add generated youtubebeat files 2018-11-18 11:08:38 +01:00

# Welcome to {{.BeatName | title}} {{.Version}}{{if .Snapshot}}-SNAPSHOT{{end}}

{{.Description}}

## Getting Started

To get started with {{.BeatName | title}}, you need to set up Elasticsearch on
your localhost first. After that, start {{.BeatName | title}} with:

     ./{{.BeatName}} -c {{.BeatName}}.yml -e

This will start {{.BeatName | title }} and send the data to your Elasticsearch
instance. To load the dashboards for {{.BeatName | title}} into Kibana, run:

    ./{{.BeatName}} setup -e

For further steps visit the
[Getting started](https://www.elastic.co/guide/en/beats/{{.BeatName}}/{{ beat_doc_branch }}/{{.BeatName}}-getting-started.html) guide.

## Documentation

Visit [Elastic.co Docs](https://www.elastic.co/guide/en/beats/{{.BeatName}}/{{ beat_doc_branch }}/index.html)
for the full {{.BeatName | title}} documentation.

## Release notes

https://www.elastic.co/guide/en/beats/libbeat/{{ beat_doc_branch }}/release-notes-{{.Version}}.html