Commit graph

1003 commits

Author SHA1 Message Date
renshuki
a22fb7cba0 Add the "Compile to JAR file" build command (#10810) 2020-01-07 19:27:00 -05:00
Lisa Cawley
90dc1cc359
[7.1][DOCS] Replaces occurrences of xpack-ref (#11374) 2019-12-03 10:09:46 -08:00
Karen Metts
e1d261047a Fix typo in doc-for-plugin
Fixes #11232
2019-10-17 16:05:04 +00:00
Karen Metts
1109b97293 Update reference to last 6.x version to be 6.8
Fixes #11200
2019-10-10 17:07:33 +00:00
Karen Metts
d79d8001f2 Add note about illegal reflective access
Fixes #11152
2019-09-19 20:56:55 +00:00
Karen Metts
d70daee99e
Update logstash to use shared version files (#11136) 2019-09-12 20:21:46 -04:00
Kuba Clark
eed26d9581 Fixed links in contributing-to-logstash page
Fixes #11126
2019-09-12 21:32:34 +00:00
Nik Everett
b418797cfb 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:24:45 -04:00
Nik Everett
963d66de57 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:17:59 -04:00
Aaron Mildenstein
b4e7f7ba59 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:26:33 +00:00
Nik Everett
9c3aebc3c8 Docs: Add more missing subs for asciidoctor (#10991)
Adds a few missing `[attributes="subs"]` clauses for asciidoctor.
2019-07-24 15:16:13 -04:00
Karen Metts
9aea7163bd Fix formatting for nested version attributes
Fixes #10949
2019-07-12 23:56:21 +00:00
Rob Waight
1439a05fbd 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

Fixes #10946
2019-07-12 23:38:27 +00:00
Karen Metts
ef861e04b3 Add homebrew as installation option
Fixes #10874
2019-06-20 14:54:19 +00:00
Jeff
c52c793b97 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:29 +00:00
Karen Metts
3073b84620 Remove note about j11
Fixes #10689
2019-06-05 18:18:40 +00:00
Florian Kelbert
d6a41fe17c Value of start_timestamp must to be quoted
Fixes #10836
2019-05-31 12:35:18 +00:00
Dan Hermann
e640e4aa46 plugin type in Ruby module name should be uppercase
Fixes #10820
2019-05-28 16:05:57 +00:00
Joao Duarte
da49d84af9 release notes for 7.1.1
Fixes #10830
2019-05-28 15:21:28 +00:00
João Duarte
d409b6a258
Update index.asciidoc (#10829) 2019-05-28 16:10:21 +01:00
Karen Metts
8b4d27f754 Add structure for new windows topic
Added coming notice

Fixes #10809
2019-05-21 17:11:04 +00:00
Karen Metts
f38c1b4ae1
Bump doc version to 7.1.0 (#10799) 2019-05-20 10:35:05 -04:00
Karen Metts
ae29c11e4d
Release notes for 7.1.0 (#10796)
* Release notes for 7.1.0

* Add text/link for 7.1.0 security changes

* Tweaks to security info
2019-05-20 10:34:21 -04:00
dedemorton
564454d0ff Comment out config examples that no longer work
Fixes #10671
2019-05-09 21:34:08 +00:00
Nik Everett
102bc02514 Remove two other newlines
Usually asciidoctor is ok with newlines like this but it doesn't like them in the definition list.

Fixes #10744
2019-05-06 19:10:00 +00:00
Karen Metts
358d02a4ba Tweaks to callouts
Fixes #10744
2019-05-06 19:10:00 +00:00
Karen Metts
3900035245 Remove return before callout defs
Fixes #10744
2019-05-06 19:10:00 +00:00
Karen Metts
5ad768bb15 Fix asciidoc formatting for conversion to asciidoctor
Fixes #10744
2019-05-06 19:10:00 +00:00
Nik Everett
f7bc16b06d [Docs] Asciidoctor support (#10730)
Ports elastic/logstash-docs#688 to this repo. Asciidoctor doesn't quite
work on this repo, but it comes closer with these changes.
2019-05-01 14:03:21 -04:00
Karen Metts
a0bdd3b204
Bump doc versions to 7.0.1 (#10735) 2019-05-01 10:34:59 -04:00
Karen Metts
1b646e6269 Correct links to LS Ref Guide
Fixes #10727
2019-04-30 22:54:30 +00:00
Logstash Machine
e9ff763d84 Release notes for 7.0.1 (#10705) 2019-04-30 23:34:10 +01:00
Karen Metts
5485360166 Note doc file created with plugin generation
Fixes #9861
2019-04-26 21:38:06 +00:00
Karen Metts
229b124ee9 Incorporate review comments
Fixes #9861
2019-04-26 21:38:06 +00:00
Karen Metts
ed32680cec Add guidelines for writing plugin doc
Fix link formatting

Fixes #9861
2019-04-26 21:38:06 +00:00
Dan Hermann
d12d9b59b7 Clarify that Java codecs work only with Java inputs and outputs
Fixes #10716
2019-04-24 17:45:10 +00:00
urso
8f4b317dcc Rename filebeat.prospectors to filebeat.inputs
In filebeat prospectors settings have been renamed to inputs. When
prospectors is used a deprecation warning is printed. With 7.0
`filebeat.prospectors` will be removed.

This change updates all uses of prospectors with inputs. For now
filebeat events report `prospector.type` and `input.type` for
compatibility reasons.

Fixes #10711
2019-04-23 17:38:16 +00:00
Dan Hermann
1521144454 Correction on Java execution in docs on command-line arguments
Fixes #10710
2019-04-23 17:14:28 +00:00
Dan Hermann
4133be8dde Corrects the description of codec behavior in the output stage of Logstash pipelines
Fixes #10682
2019-04-22 15:56:37 +00:00
Dan Hermann
2832f5381c Correct the docs for the settings file to note that Java execution defaults to true
Fixes #10701
2019-04-22 13:05:15 +00:00
lcawl
0f0e051673 Updates version and release-state
Fixes #10676
2019-04-10 17:47:38 +00:00
lcawl
566b3503fd [DOCS] Removes coming tags 2019-04-10 08:49:27 -07:00
Karen Metts
918d547577 Add links to particular breaking changes (#10668) 2019-04-09 10:07:01 +01:00
Karen Metts
1aea742e94 Added core and plugin headings (#10667)
Combine plugins from alphas, betas, and rcs to make 7.0 release notes
2019-04-09 10:02:50 +01:00
Karen Metts
06a3a26831 Update breaking changes doc for 7.0 (#10632)
* Update breaking changes doc for 7.0

Update structure to allow for previous and current changes

* Update docs/static/breaking-changes.asciidoc

Adds info about field reference parser

Co-Authored-By: karenzone <35154725+karenzone@users.noreply.github.com>

* Populate content for plugin changes

Co-Authored-By: karenzone <35154725+karenzone@users.noreply.github.com>

* Fix asciidoc formatting

* Incorporate review comments and new content

* Minor change for clarity

* add anchors for linking

* Add anchor for ecs-beats

* Incorporate review comments

* [DOCS] Adds tagged region for notable breaking changes

* Incorporate review comments

Remove link

Fixes #10666
2019-04-08 20:54:53 +00:00
Karen Metts
f89dfb2124 Refine upgrade instructions for 7.0
Add recommendation to upgrade to 6.7 before 7.0

Fixes #10634
2019-04-08 18:33:25 +00:00
Colin Surprenant
3befda9325 add 7.0.0 rc1 and rc2 release notes (#10655) 2019-04-08 13:59:27 -04:00
Karen Metts
86aaca65b9 Fix asciidoc formatting for links in release notes (#10655)
Added placeholders and coming label for 7.0.0

Add entry/link for 7.0.0 and clean up asciidoc
2019-04-08 13:58:41 -04:00
Colin Surprenant
a30a4d90ea add 7.0.0 alpha1, alpha2 and beta1 release notes (#10655)
cleanup

plugins changes for alpha1, alpha2, beta1
2019-04-08 13:57:33 -04:00
Lisa Cawley
9b5ec74076
[DOCS] Adds tagged region for notable breaking changes (#10654) (#10662) 2019-04-08 09:21:57 -07:00