You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default all communication w/ AWS services done by this plugin is sent the clear over `http`, overriding amazons own default of https: http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/ClientConfiguration.html#getProtocol()
One has to set `cloud.aws.protocol` in `elasticsearch.yml` to force SSL.
cloud.aws.protocol: https
This is not entirely clear to the average user, and should be added to the documentation on both this project's README.
Closes#101.
When copying/pasting URL with dateRange defined, dateRange is set to
undefined.
Fix behavior and also wrong id for dashboard for http_logs/default
flavor.
Relates elastic#101
Currently, there is only the filter cache (but there will be more...). The Rest API is either POST
/_cache/clear
, or POST/{indices}/_cache/clear
.The text was updated successfully, but these errors were encountered: