OpenSearch/x-pack/plugin
Tim Vernum 1a30ab22fb
Show SSL usage when security is not disabled (#40761)
It is possible to have SSL enabled but security disabled if security
was dynamically disabled by the license type (e.g. trial license).

e.g. In the following configuration:

    xpack.license.self_generated.type: trial
    # xpack.security not set, default to disabled on trial
    xpack.security.transport.ssl.enabled: true

The security feature will be reported as

    available: true
    enabled: false

And in this case, SSL will be active even though security is not
enabled.

This commit causes the X-Pack feature usage to report the state of the
"ssl" features unless security was explicitly disabled in the
settings.

Backport of: #40672
2019-04-04 14:40:15 +11:00
..
ccr Inline TransportReplAction#registerRequestHandlers (#40762) 2019-04-03 12:12:26 +01:00
core Show SSL usage when security is not disabled (#40761) 2019-04-04 14:40:15 +11:00
data-frame add HLRC protocol tests for transform state and stats (#40766) 2019-04-03 12:51:15 +02:00
deprecation Only count some fields types for deprecation check (#40166) 2019-03-19 10:52:35 -06:00
graph Deprecate types in `_graph/explore` calls. (#40466) (#40513) 2019-03-28 09:32:26 +01:00
ilm Fix testRunStateChangePolicyWithAsyncActionNextStep race condition (#40707) 2019-04-02 10:56:44 -06:00
logstash Update logstash-management.json to use typeless template (#38653) (#39819) 2019-03-08 08:23:30 -06:00
ml [ML] Data Frame HLRC Get Stats API (#40443) 2019-03-26 11:17:13 +00:00
monitoring Add usage indicators for the bundled JDK (#40616) 2019-03-29 08:25:32 -04:00
rollup Remove timezone validation on rollup range queries (#40647) 2019-04-02 14:25:16 -04:00
security Show SSL usage when security is not disabled (#40761) 2019-04-04 14:40:15 +11:00
sql SQL: Fix deserialisation issue of TimeProcessor (#40776) 2019-04-03 16:42:56 +02:00
src/test [ML] Periodically persist data-frame running statistics to internal index (#40650) (#40729) 2019-04-02 14:16:55 -05:00
watcher [TEST] Mute WatchMetadataTests.testWatchMetadata 2019-04-03 13:56:33 +02:00
build.gradle Add support for API keys to access Elasticsearch (#38291) 2019-02-05 14:21:57 +11:00