xpack

Secure Elastic connection using transport client

我只是一个虾纸丫 提交于 2020-12-12 09:36:35
问题 The bounty expires in 7 hours . Answers to this question are eligible for a +50 reputation bounty. Atul Thakre is looking for a canonical answer . Need to connect to a secure elastic search which has https authentication using Transport client in java code. I have userId and password to connect secure elastic. I am using elasticsearch 7.10.0. try { Settings settings = Settings.builder().put("cluster.name", clusterName) .put("xpack.security.user", "elastic:elastic") .put("xpack.security

elasticsearch service stop after adding x-pack plugin [Failed to load plugin class [org.elasticsearch.xpack.XPackPlugin]

家住魔仙堡 提交于 2020-01-17 08:06:13
问题 I am using Elastic stack 5.1. I had elasticsearch and kibana installed with xpack installed on them, and they were working . I also installed logstash and beats, in the required order of installation. After installing beats, and after some changes in my company VPN and proxy, my elasticsearch and kibana stopped working, the service does not even start. I removed x-pack which got the ES and kibana to work, but again when I install x-pack, ES and kibana stop working. What should I do? The log

Flink Xpack ElasticSearch 5 ElasticsearchSecurityException missing autentication

天涯浪子 提交于 2020-01-05 05:37:08
问题 Goodmorning everyone. I am trying to Flink connector Elasticsearch 5.2.1 and I have problems with the authentication XPACK 回答1: Using a different transport clients is currently (March 2017, Flink 1.2) not supported in Flink. However, I've filed a JIRA to add the feature: FLINK-6065 Make TransportClient for ES5 pluggable Until this has been implemented into Flink, I recommend overriding the ElasticsearchSink and using a different call bridge calling the PreBuiltXPackTransportClient . 来源: https

Machine learning Algorithms used by Elastic x-pack plugin

爷,独闯天下 提交于 2020-01-04 05:46:10
问题 Elastic X-pack plugin predicts the dynamic baseline for our data and according to that specifies the anomalies out of the box. All these stuff are getting done behind the scene. My question is this how xpack learns from previous data and dynamically change the baseline. Does that use a specific algorithm? Is there any document for this? 回答1: The algorithms used for Elasticsearch's Machine Learning are a mixture of techniques, including clustering, various types of time series decomposition,

Connecting to ElasticSearch Cloud 5.x with Java Client and X-Pack/HTTPS

北慕城南 提交于 2020-01-02 04:40:07
问题 Is it possible to connect to ElasticSearch via HTTPS using X-Pack? With the switch to use certificate, the own way of connecting is no longer work. I have no problem with using certificate, but I need to know where to get one or upload the key to the cloud instance, but I cannot find information anywhere. I'm also getting no answer from anyone in the forum or IRC. Has anyone successfully done this? There is no longer a warning when launching a 5.x instance so I assumed this is possible, but I

kibana read only dashboard

不想你离开。 提交于 2019-12-25 08:30:46
问题 I am trying to configure roles to a user to give him access to dashboard but only in read only mode:this "read only" user can see a dashboard but cannot save modifications. I tried several solutions : x-pack I tried to install x-pack but I do not understand wih permissions I should give to my "read only" user. Change kibana settings I tried to change kibana settings : PUT .kibana/_settings { "index.blocks.read_only" : false } It works fine but nobody can change the dashboard anymore Embedded