Skip to content

Commit

Permalink
Updated beat bin/ location in docs (elastic#3581)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan D Strootman authored and andrewkroh committed Feb 13, 2017
1 parent 3e83526 commit befd538
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libbeat/docs/shared-directory-layout.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The directory layout of an installation is as follows:
|=======================================================================
| Type | Description | Default Location | Config Option
| home | Home of the {beatname_uc} installation. | | path.home
| bin | The location for the binary files. | {path.home} |
| bin | The location for the binary files. | {path.home}/bin |
| conf | The location for configuration files. | {path.home} | path.conf
| data | The location for persistent data files. | {path.home}/data| path.data
| logs | The location for the logs created by {beatname_uc}. | {path.home}/logs | path.logs
Expand All @@ -37,7 +37,7 @@ file.
|=======================================================================
| Type | Description | Location
| home | Home of the {beatname_uc} installation. | /usr/share/{beatname_lc}
| bin | The location for the binary files. | /usr/share/{beatname_lc}
| bin | The location for the binary files. | /usr/share/{beatname_lc}/bin
| conf | The location for configuration files. | /etc/{beatname_lc}
| data | The location for persistent data files. | /var/lib/{beatname_lc}
| logs | The location for the logs created by {beatname_uc}. | /var/log/{beatname_lc}
Expand All @@ -54,7 +54,7 @@ Otherwise the paths might be set incorrectly.
|=======================================================================
| Type | Description | Location
| home | Home of the {beatname_uc} installation. | {extract.path}
| bin | The location for the binary files. | {extract.path}
| bin | The location for the binary files. | {extract.path}/bin
| conf | The location for configuration files. | {extract.path}
| data | The location for persistent data files. | {extract.path}/data
| logs | The location for the logs created by {beatname_uc}. | {extract.path}/logs
Expand Down

0 comments on commit befd538

Please sign in to comment.