Commit graph

1319 commits

Author SHA1 Message Date
Karen Metts
6c204bd2da Add plugin integrations to doc
Fixes #11331
2019-11-27 15:55:10 +00:00
lcawl
e9ee1fd67c Fixes monitoring link
Fixes #11341
2019-11-26 17:24:38 +00:00
Karen Metts
dbef070bc7 Remove xls settings page
Fixes #11319
2019-11-18 22:57:56 +00:00
Karen Metts
4b47f28e40 Restructure configuration content
Fixes #11310
2019-11-18 20:39:46 +00:00
andsel
aad25d9bbc Drop _xpack namespace for ES security and license endpoints
Fixes #11297
2019-11-12 16:49:45 +00:00
Karen Metts
3505271f6f Remove edit_me link overrides for monitoring topics
Fixes #11259
2019-10-23 13:49:49 +00:00
lcawl
63c60622ff Fixes links to Stack Overview
Fixes #11239
2019-10-18 18:19:49 +00:00
Karen Metts
d1613ad926 Fix typo in doc-for-plugin
Fixes #11232
2019-10-17 16:05:05 +00:00
Ry Biesemeyer
c20234bff5 doc: replace unicode non-breaking hyphen U+8211 with ASCII hyphen
Fixes #11217
2019-10-15 18:37:41 +00:00
Sachin Frayne
4dfe493a45 syntax fix
Fixes #11220
2019-10-15 11:07:14 +00:00
Karen Metts
5a1c0dae14 Update reference to last 6.x version to be 6.8
Fixes #11200
2019-10-10 17:07:33 +00:00
Karen Metts
3882d84200
Remove leftover tags (#11201) 2019-10-10 13:06:04 -04:00
Karen Metts
526d1aaf76 Add remaining review comments from #11033
Fixes #11197
2019-10-09 19:50:51 +00:00
andsel
53c04ce325 Added section in logstash.yml documentation to describe feature
Fixes #11177
2019-10-08 14:13:26 +00:00
Jason Tedor
e86cd4ebc9 Clarify monitoring hosts should not be master-only
This commit clarifies that Logstash monitoring metrics should not be
routed through master-only nodes, and should instead prefer coordinating
nodes.

Fixes #11194
2019-10-05 00:00:49 +00:00
Karen Metts
bcaf4788d5
Add metricbeat as monitoring option (#11033)
Restructure content

Restructure source files

Incorporate review comments

Incorporate more review comments and fix links
2019-10-03 18:39:20 -04:00
Andrew Siegman
e77ec793b5 clarify: config.reload.interval is seconds
Fixes #11180
2019-10-03 21:55:26 +00:00
Lisa Cawley
533d5c169d
[DOCS] Fixes links to monitoring content (#11166) 2019-09-30 08:58:11 -07:00
Karen Metts
3c88b802f6 Add note about illegal reflective access
Fixes #11152
2019-09-19 20:56:56 +00:00
Joao Duarte
af7e047fbf remove mention of pipeline to pipeline being Beta
Fixes #11150
2019-09-19 10:05:19 +00:00
Karen Metts
ddbfba32e1 Deprecate LS Netflow module and point to FB Netflow module
Fixes #11113
2019-09-16 18:49:22 +00:00
Karen Metts
3d2daca5d8
Update logstash to use shared version files (#11125)
Remove release-state info
2019-09-12 20:16:07 -04:00
Kuba Clark
c0b93defa2 Fixed links in contributing-to-logstash page
Fixes #11126
2019-09-12 21:32:34 +00:00
Pavel Zubkou
2360d0f72a Update link to Debugging Java Performance
Fixes #11084
2019-09-04 14:44:06 +00:00
João Duarte
28345e8caf
Improve warning about UDP/TCP not having app level acks 2019-09-02 12:19:52 +01:00
Nik Everett
64c2889544
Docs: Fix formatting in table (#11016)
Fixes formatting in a table cell in `logstash-monitoring-overview.html`.
A `+` which was required by AsciiDoc was leaking into the output when
the doc is built with Asciidoctor.
2019-08-22 15:18:29 -04:00
Nik Everett
169a04d55d
Docs: Fix backticks in how to docs (#11018)
In the "methods" sections of the how to develop a plugin docs
Asciidoctor as incorrectly passing backticks into the output when it
should have marked the words surrounded by backticks as code. I'm not
100% sure why it did that. The fix is to force macro evaluation
immediately on attribute assignment.
2019-08-21 09:07:12 -04:00
Aaron Mildenstein
67abdfea85 Add missing "create" privilege to documentation
Users following our documentation are frustrated to discover that they get 403 errors from Logstash, even when following the instructions to the letter.  The problem is that the `create` privilege is missing. With this in place, it works as designed.

These changes may need to be back ported to previous branches, too.

Fixes #11013
2019-08-20 15:27:04 +00:00
Nik Everett
235755ce76
Docs: Add more missing subs for asciidoctor (#10991)
Adds a few missing `[attributes="subs"]` clauses for asciidoctor.
2019-07-24 15:02:46 -04:00
Karen Metts
cc260baa67 Incorporate review comments
Fixes #10977
2019-07-22 14:12:28 +00:00
Karen Metts
3635ce87ed Prepare core plugin docs for inclusion in LS ref
Fixes #10977
2019-07-22 14:12:28 +00:00
DeDe Morton
c0a5e12ec5 Fix include path
Fixes #10969
2019-07-18 14:46:54 +00:00
Dan Hermann
d9923ad902 remove extra brace from end of example command
Fixes #10966
2019-07-16 15:15:10 +00:00
Dan Hermann
669aab1a12 Change version of Logstash containing GA version of Java plugin API
Fixes #10964
2019-07-16 11:39:43 +00:00
Karen Metts
774d2ac17d
Fix formatting for nested version attributes (#10949) 2019-07-12 19:59:45 -04:00
Rob Waight
183b6c328e
Document running Logstash on Windows (#10805)
* Create running-logstash-windows.asciidoc
Initial commit for #4005

* Update running-logstash-windows
1. Added section to validate JVM pre-requisites and shell sections for nssm, task scheduler, and PowerShell
2. Updated options to run Logstash on Windows, update section headers
3. Clarified JVM pre-requisites and included example to add environmental variables using SETX
4. Added example Logstash configuration, added steps for running Logstash manually with PowerShell
5. Removed `WIP` from the PowerShell section; updated the example to include output to Elasticsearch; Added notes for running Logstash as a service with NSSM
6. Removed `WIP` from the NSSM section; Added notes for running Logstash as a Scheduled Task; Added notes to stopping Logstash for each section; Removed `WIP` from the Scheduled Task section; Removed `WIP` from the page header
7. Updated initial section; moved the running manually section as the first configuration; added notes to the NSSM and Schedule Task sections.
8. Push headings down one level
9. Clarify this document contains examples for running Logstash on Windows.  Updated which NSSM file should be extracted for use.
10. Updated formatting for the example Logstash configuration
11. Update formatting for the command examples
12. Update the instructions in the Task Scheduler section
13. Update the instructions in the run Logstash manually section, the NSSM section, and update formatting
14. Update formatting
15. Add note regarding support for running multiple pipelines
16. Clarify use of command line options.  Re-state what is mentioned in the `Running Logstash from the Command Line` doc that: "Specifying command line options is useful when you are testing Logstash. However, in a production environment, we recommend that you use [logstash-settings-file] to control Logstash execution."
17. Clarify steps to accessing the Windows Environmental Variables window (i.e., link to Microsoft docs).
18. Remove unnecessary plus signs
19. Updated source types for examples, updated documents for specific Logstash versions with `{logstash_version}`


* Update running-logstash-command-line
1. Add note for running Logstash on Windows with `bin\logstash.bat`
2. Update formatting for running Logstash from the Windows command line
2019-07-11 08:59:13 -05:00
Dan Hermann
c87d24a82f docs for the Java UUID filter
Fixes #10859
2019-06-28 15:45:27 +00:00
Dan Hermann
1cf08aa121 docs for java_generator input
Fixes #10857
2019-06-28 15:44:30 +00:00
Dan Hermann
dc07af1d4d docs for java stdin input
Fixes #10858
2019-06-28 15:44:14 +00:00
Dan Hermann
b58635ec61 docs for java stdout output
Fixes #10866
2019-06-28 15:44:01 +00:00
Dan Hermann
e2defde5c1 docs for Java sink output
Fixes #10867
2019-06-28 15:43:34 +00:00
Dan Hermann
6da7aa5dc8 docs for java dots codec
Fixes #10868
2019-06-28 15:43:20 +00:00
Dan Hermann
8902b62881 docs for Java line codec
Fixes #10869
2019-06-28 15:43:06 +00:00
Dan Hermann
8fb1145701 docs for Java plain codec
Fixes #10870
2019-06-28 15:39:11 +00:00
Dan Hermann
46b94667f7 remove the beta designation from the docs for Java plugins
Fixes #10891
2019-06-25 16:37:19 +00:00
Karen Metts
32d8542518 Add homebrew as installation option
Fixes #10874
2019-06-20 14:54:19 +00:00
Jeff
dfb90fff16 Add details about Elastic Search dependency
No Elastic Search dependency is mentioned in the guide for Logstash up to this point. This would be good for those who are getting started to Log Stash without knowing much about Elastic Search and unaware that it isn't already packages along with the install of Logstash.

Fixes #10852
2019-06-11 15:24:28 +00:00
Karen Metts
8f88e91671 Remove note about j11
Fixes #10689
2019-06-05 18:18:39 +00:00
Florian Kelbert
ee2e4ad286 Value of start_timestamp must to be quoted
Fixes #10836
2019-05-31 12:35:18 +00:00
Dan Hermann
9a78a6ce80 Document copy semantics of QueueWriter::push method
Fixes #10808
2019-05-22 10:51:52 +00:00