DeDe Morton
f40d1faf73
[DOCS] Change links to refactored Beats getting started docs
2020-07-08 10:28:18 -07:00
Joao Duarte
67eb27428c
update jruby to 9.2.12.0
...
Also tweak the documentation since most of the add-opens are no longer needed, except:
java.io due to colinsurprenant/jruby-stdin-channel#1
java.security due to jruby-openssl
java.nio.channels, sun.nio.ch, sun.management and java.io from jruby: https://github.com/jruby/jruby/blob/9.2.12.0/bin/.jruby.module_opts
Co-authored-by: Ry Biesemeyer <yaauie@users.noreply.github.com>
2020-07-08 04:57:39 -07:00
Karen Metts
587ff6921f
Doc:Add deprecation notice to legacy collection
...
Resolves : #11979
2020-06-26 15:52:40 -07:00
Ry Biesemeyer
c70da3fb5c
plugin config: support space-deliminated URIs on list-type params ( #12051 )
...
* plugin config: support space-deliminated URIs on list-type params
Since whitespace is illegal in URIs, we can safely use it as a delimiter when
validating `list`-type `URI` params, enabling the expansion of an arbitrary
list of URIs from a single Environment- or Keystore-variable.
Resolves: https://github.com/elastic/logstash/issues/8157
Resolves: https://github.com/elastic/logstash/issues/6366
* Doc: Create section for cross-plugin functionality and add space delimiters
Co-authored-by: Karen Metts <karen.metts@elastic.co>
2020-06-26 14:44:46 -07:00
Karen Metts
7637a29887
Doc:Add info on using api keys for access
...
Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
2020-06-26 08:24:51 -07:00
Lisa Cawley
ac6624923d
[DOCS] Fixes Stack Overview links ( #12025 )
2020-06-16 17:52:48 -07:00
Karen Metts
78c7204552
Doc:Add link to JVM section of support matrix
...
Add link to support matrix as official word on supported versions.
2020-06-12 08:00:16 -07:00
Karen Metts
9a7cca17f7
Doc:Add section and update JVM settings
...
This work breaks out the JVM setting info into a new section, and
expands and updates the content. It adds new subheadings to make
scanning the content easier.
2020-06-10 13:18:14 -07:00
Karen Metts
34ee17b0bf
Doc:Add section for conceptual info ( #11715 )
...
The LS reference needs a place to put conceptual info that transcends details for individual settings. This work creates and links the section, and adds content for pipeline ordering and Java pipeline initialization time.
2020-06-09 17:16:06 -04:00
Karen Metts
f3cb73f9eb
Doc:Add section to security docs for API keys
2020-06-05 11:17:06 -07:00
andsel
9ce1934d7b
[Doc] better specification of the behaviour of in operator in various contexts
2020-06-05 08:18:19 -07:00
andsel
9005ea82ec
[Doc] added description of xpack.monitoring.elasticsearch.proxy
...
After the merge of PR #11799 to expose the ES proxy configuration the doc should be aligned
2020-06-05 07:49:51 -07:00
Colin Surprenant
f4ce80d956
add support for api_key authentication in xpack management and monitoring. ( #11864 )
2020-06-03 10:56:47 -04:00
Karen Metts
c86dafad5d
merge
2020-05-19 00:28:45 +00:00
Karen Metts
12db1e8754
Doc:Replace cloud trial notice with attribute
...
Replaces free text with an attribute that pulls in shared content to
keep content up-to-date and consistent across documents.
2020-05-18 20:24:17 -04:00
Karen Metts
b9082b91ba
Doc:Add deprecation notice for azure module
2020-05-13 16:36:28 -04:00
Karen Metts
d11b0491c7
Doc:Expand and clarify guidance for jvm settings ( #11867 )
...
Change fixed heap size recommendation to a percentage.
Note that large configs may require more stack space
Fixes : #11605 #11842
2020-05-06 17:41:08 -04:00
Karen Metts
a839868b18
Doc:Rename internal collection to legacy collection
...
Fixes #11858
2020-05-05 17:42:24 +00:00
Edu González de la Herrán
0856f7ddc9
[doc] missing role for config management integration ( #10341 )
...
logstash_admin role is not enough.
As the ls-security page mentions correctly:
"The user you specify here must have the built-in logstash_admin role as well as the logstash_writer role that you created earlier"
Updates static settings for extra role needed
Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
2020-04-30 13:43:53 -04:00
Karen Metts
6126e29043
[Doc]Remove new internal collection ( #11823 )
...
* [Doc]Remove new internal collection
2020-04-22 16:52:10 -04:00
Laurent Huet
83f0ac4cd7
add proxy support (central management & monitoring)
...
Fixes #11799
2020-04-20 13:35:36 +00:00
Karen Metts
832310690d
[Doc]Doc updates for internal collectors ( #11789 )
...
* Doc updates for internal collectors
* Incorporate review comments
* More review comments
2020-04-16 17:06:28 -04:00
Karen Metts
cda5f5d17e
Add redirects page ( #11790 )
2020-04-15 09:45:26 -04:00
Karen Metts
0b58ca641b
Fix typo in pipeline ordered description ( #11763 )
2020-04-14 17:40:02 -04:00
Karen Metts
081ec78168
[Doc]Restructure monitoring docs to support new and legacy internal collectors ( #11714 )
...
* [Doc] added description of xpack.monitoring.collection.write_direct.enabled setting
* Added page to mark as deprecated the legacy internal collector and fixed all the `xpack.monitoring.*` references
* Included legacy collector file into monitoring overview
* Restructure monitoring docs
* Incorporate review comments
Co-authored-by: andsel <selva.andre@gmail.com>
2020-04-14 15:47:56 -04:00
Andres Rodriguez
2677de65d8
[doc] Change plugin name from java_sink to sink
...
In the docs templating, the plugin name is used to autogenerate a code example of how
to configure specific plugin. As such, if a plugin name is different from how you
configure it, this results in an example of how to configure this plugin with an
incorrect name.
This changes the java_sink plugin name to sink to correctly autogenerate the example.
Fixes : #11675 , Fixes : #11214
2020-04-13 15:31:27 -04:00
Karen Metts
13ae7bb03a
[Doc]Note that unit qualifier is required for config.reload.interval ( #11771 )
...
* Note that unit qualifier is required for config.reload.interval
* Update description in logstash.yml
2020-04-13 14:48:03 -04:00
Karen Metts
290daa45f3
Incorporate review comments
...
Fixes #11716
2020-04-03 17:02:23 +00:00
Karen Metts
284989f542
Add guidelines for setting jvm heap size
...
Fixes #11716
2020-04-03 17:02:23 +00:00
Luca Belluccini
5de9b237e3
Better wording thanks to Andrea Selva
...
Fixes #11685
2020-04-01 13:09:13 +00:00
Luca Belluccini
b2332cb015
Clarify behavior in case of PQ full & isolator pattern
...
Fixes #11685
2020-04-01 13:09:13 +00:00
Karen Metts
8f665de926
Expand section on force reloading config
...
Fixes #11699
2020-03-18 13:12:33 +00:00
andsel
86a3ab994c
minor, used the correct placeholder
...
Fixes #11691
2020-03-16 16:35:04 +00:00
j-yama
c740b23375
Add sudo
into the rpm import of GPG-KEY
...
Fixes #11684
2020-03-16 06:54:02 +00:00
andsel
4e4a3c6dad
Added clarification that configuration force reload doesn't work on WinOS
...
Fixes #11520
2020-03-13 08:40:47 +00:00
Karen Metts
0336130030
Change default threads for azure module
...
Fixes #11664
2020-03-12 22:36:07 +00:00
Karen Metts
3ac8aa2df6
Update troubleshooting.asciidoc
...
Fixes #11545
2020-03-11 14:23:47 +00:00
andsel
64330abc51
Removed errored CLI flag description
...
Fixes #11545
2020-03-11 14:23:47 +00:00
andsel
850222475d
Minor, added suggestion to switch on the log per pipeline
...
Fixes #11545
2020-03-11 14:23:47 +00:00
Karen Metts
edc5915b22
Add tips for troubleshooting a pipeline
...
Fixes #11545
2020-03-11 14:23:47 +00:00
João Duarte
e9c9865f40
Add apache and elastic license headers to source code files ( #11673 )
...
* add license header to ruby and java files
* add license header to erb and rake files
* add license headers to gradle files
2020-03-11 11:53:38 +00:00
Kris Reberger
b6d9bbefe9
Update to include verification mode switch
...
As of 6.4.1 (https://www.elastic.co/guide/en/logstash/6.4/logstash-6-4-1.html#logstash-6-4-1 and https://github.com/elastic/support-dev-help/issues/4770 ), we allow setting the monitoring and management ssl verification to either certificate or none, with certificate being the default.
Fixes #11674
2020-03-10 22:20:23 +00:00
Karen Metts
dddbab7270
Wording tweak for more emphasis
...
Fixes #10717
2020-03-10 21:22:04 +00:00
Ryan Earle
07312ec665
Update logging.asciidoc
...
Fixes #10717
2020-03-10 21:22:03 +00:00
meshkov
bb534acbea
Update offline-plugins.asciidoc
...
Fixes #10912
2020-03-10 21:02:34 +00:00
Jonathan Bride
e29d8ef7e4
Fix grammar in enable_metric filter option
...
Description was a run-on sentence, so split into two.
Fixes #10841
2020-03-10 19:30:59 +00:00
0xflotus
f2d9da7e5a
Update logging.asciidoc
...
- changed `2 seconds` to `2s` for consistency
- exchanged *trace* with *debug* time values and vice versa to be referable to the example above
Fixes #11671
2020-03-10 07:28:26 +00:00
Luca Belluccini
5a62a52249
Clarify reload of configuration files
...
Logstash is not watching or monitoring any configuration files used or referenced by inputs,
filters or outputs.
Fixes #11255
2020-03-10 05:45:23 +00:00
Lisa Cawley
1aa7e9c235
[DOCS] Updates security API examples ( #10752 )
2020-03-05 16:01:34 -08:00
Karen Metts
c47b232ee0
Remove deprecation notices
...
Fixes #11624
2020-02-26 20:00:38 +00:00