Skip to content

Commit

Permalink
[docs] Streamline beats getting started guides (elastic#17007)
Browse files Browse the repository at this point in the history
* Move detail out of getting started guides

* Changes in progress

* Add widgets

* Change tag width to 100%

* remove unused css and red border

* breathing room below tab content

* Remove inexplicable tab

Co-authored-by: Brandon Morelli <bmorelli25@gmail.com>

* Clean up wording

* Cleanup the getting started and move some stuff

* Git auditbeat building

* Get all books building

* More small changes

* Fix build errors

* Finish adding widgets and cleaning up gs guides

* Fix widget filenames

* More cleanup work

* Add keystore tip to cloud example

* Another round of improvements

* Delete redundant files

* Replace dashboards in quick start topics

* Change short titles for quick start guides

* Make shared what's next list easier to include

* Remove modules quick start

* More cleanup

* Remove redundant files

* Remove Logstash from the Winlogbeat quick start

* Remove old comments

* More cleanup work

* Delete unused graphics

* Use correct spelling for GitHub

Co-authored-by: Brandon Morelli <bmorelli25@gmail.com>

* Add formatting

Co-authored-by: Brandon Morelli <bmorelli25@gmail.com>

* Use correct capitalization for GitHub

Co-authored-by: Brandon Morelli <bmorelli25@gmail.com>

* Use time filter instead of date range

Co-authored-by: Brandon Morelli <bmorelli25@gmail.com>

* Change wording of headings as suggested during review

* Add more fixes from the review

* Synchronize widget tab selection and fix bugs

* Include javascript only once in a file

* Add script and stylesheet to support tabbed panel

* Fix step numbering

* Include code for displaying tabbed panel

* Add javascript and css for tabbed panel

* Fix code include

Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
Co-authored-by: Brandon Morelli <bmorelli25@gmail.com>
  • Loading branch information
3 people authored and melchiormoulin committed Oct 14, 2020
1 parent cb61f1b commit 17df4a9
Show file tree
Hide file tree
Showing 169 changed files with 4,009 additions and 2,901 deletions.
16 changes: 1 addition & 15 deletions auditbeat/docs/configuring-howto.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,7 @@
<titleabbrev>Configure</titleabbrev>
++++

Before modifying configuration settings, make sure you've completed the
<<{beatname_lc}-configuration,configuration steps>> in the Getting Started.
This section describes some common use cases for changing configuration options.

To configure {beatname_uc}, you edit the configuration file. For rpm and deb,
you’ll find the configuration file at +/etc/{beatname_lc}/{beatname_lc}.yml+.
There's also a full example configuration file at
+/etc/{beatname_lc}/{beatname_lc}.reference.yml+ that shows all non-deprecated
options. For mac and win, look in the archive that you extracted.

The {beatname_uc} configuration file uses http://yaml.org/[YAML] for its syntax.
See the {beats-ref}/config-file-format.html[Config File Format] section of the
_Beats Platform Reference_ for more about the structure of the config file.

The following topics describe how to configure {beatname_uc}:
include::{libbeat-dir}/shared/configuring-intro.asciidoc[]

* <<configuration-{beatname_lc}>>
* <<configuration-general-options>>
Expand Down
Loading

0 comments on commit 17df4a9

Please sign in to comment.