Court Ewing
652f4bb49b
Content security policy strict mode ( #29856 ) ( #30700 )
...
A content security policy is a great addition to the protections built
into Kibana, but it's not effective in older browsers (like IE11) that
do not enforce the policy.
When CSP strict mode is enabled, right before the Kibana app is
bootstrapped, a basic safety check is performed to see if "naked" inline
scripts are rejected. If inline scripting is allowed by the browser,
then an error message is presented to the user and Kibana never attempts
to bootstrap.
2019-02-11 15:28:20 -05:00
Lisa Cawley
415d13d5f7
[DOCS] Updates X-Pack terminology ( #28208 )
2019-01-08 09:12:29 -08:00
Jonathan Budzenski
1275b79c68
[6.x] Support for multiple Elasticsearch nodes and sniffing ( #21928 ) ( #27431 )
...
* Support for multiple Elasticsearch nodes and sniffing (#21928 )
* Node sniffing
* update monitoring
* cleaning
* remove tests
* rewrite tests using the proxy
* fix monitoring mocha tests
* fix payload
* return full error
* default interval false
* add sniff settings to monitoring
* add docs for sniff settings
* re-add index search integration test
* catch parse error
* capital
* fix merge
* hapi upgrade
* return
* pass by prefix
* rm empty test fille
* split error handling
* fix merge
* update recent elasticsearch.url references
* prettier vs eslint
* transport.request, include query params
* mega comment
* revert elasticsearchUrl
* safe hosts
* more docs es.url references
* remove unused ml/esServerUrl
* log if both set
* tribe test
* update remaining url references
2018-12-18 19:16:04 -06:00
Lisa Cawley
f3f6d1d910
[DOCS] Clarifies encrypting communications in Kibana ( #19155 )
2018-05-22 10:55:05 -07:00
Lisa Cawley
63e168c1da
[DOCS] Cleans up X-Pack references in Kibana User Guide ( #19150 )
2018-05-17 09:33:32 -07:00
Brandon Kobel
05206963ea
Revert "Support PKCS#12 encoded certificates ( #17261 )" ( #17801 ) ( #17802 )
...
* Revert "Support PKCS#12 encoded certificates (#17261 )"
This reverts commit de91bd0f09
.
* Fixing tests
2018-04-19 14:41:49 -04:00
Larry Gregory
e2aa793729
[6.x] Support PKCS#12 encoded certificates ( #17261 ) ( #17546 )
...
* [6.x] Backport Support PKCS#12 Certificates
2018-04-05 19:48:20 -04:00
Lisa Cawley
07facd7c44
[DOCS] Update links to Kibana security ( #13456 )
2017-08-10 14:16:20 -07:00
Lisa Cawley
e21a133e00
[DOCS] Update Kibana Guide to use shared attributes ( #12505 )
...
* [DOCS] Update Kibana Guide to use shared attributes
* [DOCS] Add docs repository path
2017-06-27 10:13:42 -07:00
Lukas Ciszewski
f41be52b3f
Update documentation on coordinator node usage ( #9960 )
...
* Update production.asciidoc
* Update production.asciidoc
Reorder configuration guide and mention config files.
* Update production.asciidoc
Fix typo.
2017-02-13 17:18:13 -05:00
Brandon Kobel
5a4263835d
Modifying SSL settings to be consistent with the stack ( #9823 )
...
This introduces the following new settings:
- server.ssl.enabled
- server.ssl.keyPassphrase
- server.ssl.certificateAuthorities
- server.ssl.clientAuthentication
- server.ssl.supportedProtocols
- elasticsearch.ssl.keyPassphrase
and deprecates the following:
- server.ssl.cert -> server.ssl.certificate
- elasticsearch.ssl.ca -> elasticsearch.ssl.certificateAuthorities
- elasticsearch.ssl.cert -> elasticsearch.ssl.certificate
- elasticsearch.ssl.verify -> elasticsearch.ssl.verificationMode
- console.proxyConfig
2017-01-25 10:58:56 -05:00
Jonathan Budzenski
840df9a231
Tribe docs ( #9690 )
...
* [tribe] Init docs
* [docs] Init es client section
* [docs] Link to client api, move client library docs to core development section
* [docs] Add tribe server settings
* [tribe] Link to elasticsearch tribe docs
* [tribe] Document which nodes server configuration points towards
* [docs] Add index link to elasticsearch clients section
2017-01-12 16:34:01 -06:00
Pablo Sanchez
4cc4ddf22e
Update client node for Coordinating only node ( #9178 )
...
Since client node doesn't exist anymore, this should be replace by the coordinating only node.
2016-11-29 13:17:31 -05:00
Court Ewing
8895ae110f
docs: Overhaul of doc structure for 5.0+ ( #8821 )
...
This overhaul of the docs structure puts Kibana's documentation more
inline with the structure that is used in Elasticsearch. This will help
us better organize the docs going forward as more docs are added.
This also includes a few necessary content changes for 5.0.
2016-10-24 21:41:32 -04:00