Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #66 from jmlrt/fix-links-galaxy
Browse files Browse the repository at this point in the history
[doc] switched relative URLs to absolute URLs
  • Loading branch information
jmlrt authored Jan 10, 2020
2 parents ae37236 + 9475078 commit 479d2f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ The simplest configuration therefore consists of:
The above installs Filebeat 7.5.1 on the hosts 'localhost'.
**Notes**:
- Beats default version is described in [`beats_version`](defaults/main.yml#L4). You can override this variable in your playbook to install another version.
While we are testing this role only with one 7.x and one 6.x version (respectively [7.5.1](defaults/main.yml#L4) and [6.8.6](test/integration/standard-6x.yml#L7) at the time of writing), this role should work with others version also in most cases.
- Beats default version is described in [`beats_version`](https://github.com/elastic/ansible-beats/blob/master/defaults/main.yml#L4). You can override this variable in your playbook to install another version.
While we are testing this role only with one 7.x and one 6.x version (respectively [7.5.1](https://github.com/elastic/ansible-beats/blob/master/defaults/main.yml#L4) and [6.8.6](https://github.com/elastic/ansible-beats/blob/master/test/integration/standard-6x.yml#L7) at the time of writing), this role should work with others version also in most cases.
- Beat product is described in `beat` variable. While currently tested Beats are Filebeat, Metricbeat & Packetbeat, this role should work also with other member of [The Beats Family](https://www.elastic.co/products/beats) in most cases.

## Testing
Expand Down

0 comments on commit 479d2f1

Please sign in to comment.