Commit graph

718 commits

Author SHA1 Message Date
debadair
191f450208
[DOCS] Add EOL notice. (#11416)
* [DOCS] Add EOL notice. (#11410)

* [DOCS] Set version in EOL notice.
2019-12-10 14:58:39 -08:00
Nik Everett
d67efe9831 Docs: Fix links in translation
Fixes #11250
2019-10-21 17:18:05 +00:00
Nik Everett
51acf6f3e1 Docs: Asciidoctor fixes for translations
This is the first pass at fixing the translations that live at `docs/jp`
and `docs/kr`. Specifically, this fixes an errant `[float]` that was
causing trouble and a bad link.

Fixes #11249
2019-10-18 20:19:38 +00:00
Karen Metts
69988485fc
[Doc][Backport]Asciidoctor formatting changes for ls ref 5.3 (#10767)
* Asciidoctor formatting changes for ls ref
* Asciidoctor formatting changes to plugin-manager
2019-05-10 15:28:57 -04:00
lcawley
93a28254e0 [DOCS] Removed unnecessary X-Pack info 2018-02-01 15:13:06 -08:00
Lisa Cawley
ecd061737f [DOCS] Added index.x.asciidoc (#9079) 2018-01-31 15:23:33 -08:00
Lisa Cawley
8358836047 [DOCS] Build Logstash Reference from logstash repo (#9078) 2018-01-31 11:21:09 -08:00
Deb Adair
4f10238b76 [DOCS] More cross doc link fixes. 2017-08-21 15:29:30 -07:00
Deb Adair
f2537a5c0e [DOCS] Fixing cross doc links. 2017-08-21 15:18:21 -07:00
Deb Adair
afa73d4fa0 [DOCS] Fixing attribute defs. 2017-08-21 12:35:42 -07:00
Deb Adair
99f3d7b821 [DOCS] Adding translated GS docs for jp & kr. 2017-08-17 17:11:54 -07:00
lcawley
e3b01d1191 [DOCS] Add index-shared2.asciidoc 2017-06-21 11:20:37 -07:00
Lisa Cawley
d201b3e82b [DOCS] Add shared index for doc builds (#7510) 2017-06-21 10:44:30 -07:00
Suyog Rao
4c75aaca0d Add release notes for 5.3.3 (#7204) 2017-05-26 13:25:37 -07:00
DeDe Morton
d1e45fb9d8 Fix incorrect edit link (#7224) (#7225) (#7226) 2017-05-25 12:45:02 -07:00
DeDe Morton
2aba7a2709 Add edit URLs back into index.asciidoc (#7215) (#7220) (#7221) 2017-05-25 11:57:25 -07:00
Suyog Rao
d2630a959a [docs] bump version in index to 5.3.3 2017-05-24 18:03:19 -07:00
DeDe Morton
6daae9f683 Add fixes from the review
tweak
2017-04-27 15:54:01 -07:00
DeDe Morton
10f7356a9c Add docs about configuring LS for use with Filebeat modules 2017-04-27 15:48:45 -07:00
Suyog Rao
144cc87adf Release notes for 5.3.2 (#6983)
* Release notes for 5.3.2

* Fix typos
2017-04-27 08:35:20 -07:00
Suyog Rao
ffdcd07966 Add Logstash configs for filebeat modules (#6791)
* Add Logstash configs for filebeat modules

Hand transpiled Logstash configs for FB modules to be included in
the docs for 5.3.

See FB modules for more details: https://github.com/elastic/beats/tree/master/filebeat/module

* Fix newlines

* Remove multiline, fix bugs

Fixes #6972
2017-04-26 04:07:05 +00:00
DeDe Morton
e7ac71b3bb Warn users not to use mutliline codec when multiple hosts are configured
Add changes from review

Fixes #6947
2017-04-24 22:49:02 +00:00
Suyog Rao
ad1f924c30 Release notes for 5.3.1 (#6940) 2017-04-20 07:45:54 -07:00
Christopher Fujii
0e1bce8ef3 Update glob-support.asciidoc
Fixed typo

Fixes #6876
2017-04-04 13:48:15 -04:00
Pier-Hugues Pellerin
d8d0ab521b Make sure prepare_offline_pack command only accept a filename
This PR changes the behavior of the command when you were specify a directory
instead of a filename, if the directory exists it would have deleted the
directory and the files in it.

The new flow and validation is now safer, if you specify a directory
Logstash will tell you to specify a complete filename.

If the ZIP extension is missing, the command line will ask you to make
sure you target a right filename.

If the output file already exist it will *not* delete it but instead
will return a warning message, you can force a delete by using the
`--overwrite` option.

Fixes: #6862

Fixes #6861
2017-03-31 11:05:17 -04:00
Suyog Rao
c8c7253476 Release notes and breaking changes for 5.3 (#6843)
* Add release notes for 5.3.0

* Add per release breaking changes

* changes after review
2017-03-27 23:10:39 -07:00
DeDe Morton
00628258a8 Bump versions to 5.3 (#6848) 2017-03-27 23:01:07 -07:00
DeDe Morton
330f30665f Clarify how cli options affect settings file
Fixes #6784
2017-03-02 20:30:00 -05:00
DeDe Morton
bc668ee5b5 Make location of bin/logstash more obvious and fix TOC org
Fixes #6784
2017-03-02 20:30:00 -05:00
DeDe Morton
ca42624159 Rename Event Dependent Configuration chapter
Fixes #6767
2017-03-02 19:31:50 -05:00
DeDe Morton
9e7eaeeae6 Add info about shutting down Logstash
Fixes #6771
2017-03-02 18:45:31 -05:00
DeDe Morton
59f042b870 Add conditional coding for install instructions 2017-03-02 10:24:06 -08:00
DeDe Morton
ba82b6a33f Add fixes from review
Fixes #6761
2017-03-02 12:55:46 -05:00
DeDe Morton
5b08a2792b Add at least once delivery to persistent queue docs
Fixes #6761
2017-03-02 12:55:46 -05:00
Krishna Kalubandi
8cc0e9de62 Update setting-up-logstash.asciidoc
Fixed typo

Fixes #6763
2017-02-28 16:29:07 -05:00
DeDe Morton
cddef9d559 Fix URL
Fixes #6768
2017-02-28 15:31:05 -05:00
DeDe Morton
cc722db4fe Fix typo
Fixes #6769
2017-02-28 15:26:25 -05:00
Aaron Mildenstein
c56355403f Add note about JAVA_HOME to docs
Based on a suggestion to update the documentation: https://discuss.elastic.co/t/logstash-not-seeing-conf-files-in-conf-d-dir/75931/9

Fixes #6751
2017-02-23 16:41:02 -05:00
Joao Duarte
8b38d595de fix breaking changes docs plugin-versions link
Fixes #6721
2017-02-16 06:28:45 -05:00
Suyog Rao
cc1ab0a55b Fixes after review
Fixes #6711
2017-02-15 18:00:59 -05:00
Suyog Rao
5cbb91a10a Update 5.0 breaking changes to add more clarity
Fixes #6711
2017-02-15 18:00:59 -05:00
Łukasz
b238d9483d single typo fixed
Fixes #6702
2017-02-14 13:10:47 -05:00
DeDe Morton
bc0db68c66 Add note indicating that detailed pipeline stats for input plugins are not currently supported
Fixes #6658
2017-02-09 18:51:32 -05:00
DeDe Morton
7dd4823975 Fix incorrect prepare-offline-pack syntax shown in docs
Fixes #6655
2017-02-09 13:43:09 -05:00
Clinton Gormley
6500917f7a Changed the format of generated edit_urls and removed unneeded ones
# Conflicts:
#	docs/index.asciidoc
2017-02-04 16:07:58 +01:00
DeDe Morton
95cfe756a7 Fix version info
Fixes #6584
2017-01-26 20:27:57 -05:00
DeDe Morton
21857f0bef Changes from review
Fixes #6537
2017-01-24 14:49:24 -05:00
DeDe Morton
dd8069d19f Add docs for prepare-offline-pack
Fixes #6537
2017-01-24 14:49:24 -05:00
Jeremy Falling
9aed9dbb05 Change info flag to verbose
Fixes incorrect flag for displaying version info

Fixes #6554
2017-01-18 06:57:21 -05:00
DeDe Morton
6b37c0f82e Fix issues from review
Fixes #6535
2017-01-13 23:37:53 -05:00