elasticsearch-x-pack

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

Enable Authentication in elasticsearch with docker environment variable

依然范特西╮ 提交于 2020-04-14 21:05:13
问题 I would like to ask how will I be able to enable authentication (x-pack). In my case I am using docker image of elasticsearch v.6.2.4. My problem is that xpack is installed but it is not asking for credentials. Thank you for your help! I know that xpack is installed because of this in my kibana enter image description here 回答1: Enable Security in Elasticsearch using docker Update the environment variables t enable true environment: - "discovery.type=single-node" - ELASTICSEARCH_USERNAME

Can’t merge a non object mapping with an object mapping error in machine learning(beta) module

怎甘沉沦 提交于 2019-12-20 02:38:07
问题 I'm trying out the new machine learning module in x pack. I'm trying to identify rare response codes in HTTP Access logs in time. My logs are being stored in elasticsearch as below: { "_index": "logstash-2017.05.18", "_type": "Accesslog", "_id": "AVxvVfFGdMmRr-0X-J5P", "_version": 1, "_score": null, "_source": { "request": "/web/Q123/images/buttons/asdf.gif", "server": "91", "auth": "-", "ident": "-", "verb": "GET", "type": "Accesslog", "path": "/path/to/log", "@timestamp": "2017-05-18T10:20

is Security free in Elastic search Stack Features?

戏子无情 提交于 2019-12-19 04:20:21
问题 we are building an opensource application which needs elasticsearch security feature. i am trying to find if the security feature is free for elastic search. elastic search website says Xpack is open now. Not sure if it is really opensource. Could someone please share your experience? 回答1: This blog post explained some of the reasons why Elastic "opened" their XPack code. "Open" here simply means that they merged their private XPack repositories into the open ones. One of the reasons that the

is Security free in Elastic search Stack Features?

£可爱£侵袭症+ 提交于 2019-12-01 00:32:59
we are building an opensource application which needs elasticsearch security feature. i am trying to find if the security feature is free for elastic search. elastic search website says Xpack is open now. Not sure if it is really opensource. Could someone please share your experience? This blog post explained some of the reasons why Elastic "opened" their XPack code. "Open" here simply means that they merged their private XPack repositories into the open ones. One of the reasons that the blog post above doesn't mention is that this move was mostly motivated to facilitate tedious engineering