Skip to content

Commit

Permalink
filebeat files
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrinidhikulkarni7 committed Jun 14, 2020
1 parent fc09a31 commit 089feba
Show file tree
Hide file tree
Showing 7 changed files with 2,651 additions and 36 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

1 change: 0 additions & 1 deletion filebeat
Submodule filebeat deleted from 42bead
5 changes: 5 additions & 0 deletions filebeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM docker.elastic.co/beats/filebeat:7.7.1
COPY filebeat/filebeat.yml /usr/share/filebeat/filebeat.yml
USER root
RUN chown root:filebeat /usr/share/filebeat/filebeat.yml
USER filebeat
27 changes: 27 additions & 0 deletions filebeat/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Welcome to Filebeat 7.6.2

Filebeat sends log files to Logstash or directly to Elasticsearch.

## Getting Started

To get started with Filebeat, you need to set up Elasticsearch on
your localhost first. After that, start Filebeat with:

./filebeat -c filebeat.yml -e

This will start Filebeat and send the data to your Elasticsearch
instance. To load the dashboards for Filebeat into Kibana, run:

./filebeat setup -e

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

## Documentation

Visit [Elastic.co Docs](https://www.elastic.co/guide/en/beats/filebeat/7.6/index.html)
for the full Filebeat documentation.

## Release notes

https://www.elastic.co/guide/en/beats/libbeat/7.6/release-notes-7.6.2.html
Loading

0 comments on commit 089feba

Please sign in to comment.