elasticsearch-setup | elasticsearch oss installer for windows | Continuous Deployment library
kandi X-RAY | elasticsearch-setup Summary
kandi X-RAY | elasticsearch-setup Summary
This is a setup application for installing Elasticsearch (OSS flavor) on a Windows machine.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of elasticsearch-setup
elasticsearch-setup Key Features
elasticsearch-setup Examples and Code Snippets
Community Discussions
Trending Discussions on elasticsearch-setup
QUESTION
I Use Kibana 7.11.1 stack. this problem is related to elasticsearch alone.
I added xpack.security.enabled: true
to elasticsearch.yml and ran elasticsearch-setup-passwords auto
to set the default users password. but now when I start elasticsearch I keep seeing the message:
ANSWER
Answered 2021-Feb-25 at 07:34The error message indicates that the credentials with which you are trying to authenticate do not match the saved username and password.
After turning on the xpack.security.enabled
setting, you can set the built-in user credentials, using the below command
QUESTION
I had generated passwords for elastic search using below command and I forgot to copy and backup passwords shown at console output
...ANSWER
Answered 2021-Feb-17 at 07:07From the official documentation:
The elasticsearch-setup-passwords command uses a transient bootstrap password that is no longer valid after the command runs successfully. You cannot run the elasticsearch-setup-passwords command a second time. Instead, you can update passwords from the Management > Users UI in Kibana or use the security user API.
As stated in the part in bold, you can simply update the passwords from the Kibana UI.
QUESTION
I am running an Elasticsearch stack with Kibana and Fluent Bit on Kubernetes. To set up security I set a passwords using this command:
...ANSWER
Answered 2020-Dec-01 at 09:23As @David Maze pointed out I should put the (bootstrap) password into a secret
.
My initial problem was that I thought that the elasticsearch-setup-passwords
tool was the only way to set up the (user) password.
In other words, I did not know the password before the program was started. But I just found a way to change the bootstrap password beforehand here, so the problem is solved.
QUESTION
I'm following this post, security session to set up a new password for elastic user. Running ./bin/elasticsearch-setup-passwords interactive
gave:
ANSWER
Answered 2020-Aug-25 at 08:16Figured it out, gotta copy the cert to all the nodes, in this case it's elastic-certificates.p12
.
QUESTION
I am running Kibana 7.7.1 on windows system. I tried to achieve this using xpack security. Kibana license is Basic(free) version.
My ES config:
- xpack.security.enabled: true
- discovery.type: single-node
I used following command to generate passwords: bin/elasticsearch-setup-passwords auto
In kibana configuration added following lines:
- elasticsearch.username: "kibana"
- elasticsearch.password: "***"
I logged in to Kibana with the credentials (as received from the command above):
- Username:"elastic"
- Password:"***"
In Management->security->roles I created new role with privilege read. Then in Management->security->users created a new user with the role just created. Logged out and tried to login with the new user and it showed this message {"statusCode":403, "error":"Forbidden", "message":"Forbidden"}
I am new to Kibana. I followed a tutorial but it did not work for me. Is there a way we can achieve this?
...ANSWER
Answered 2020-Aug-16 at 17:05You also need to grant Kibana access through the 'spaces', if you want, you also can give access only to the dashboard module in this config too.
Kibana spaces doc: https://www.elastic.co/guide/en/kibana/current/xpack-spaces.html
QUESTION
"version" : {
"number" : "6.6.2",
...
"minimum_wire_compatibility_version" : "5.6.0",
"minimum_index_compatibility_version" : "5.0.0"
}
...ANSWER
Answered 2020-Jul-24 at 10:44I guess, x-pack basic feature was added in 6.8, need to confirm and if that's the case then it explains the error as you are using 6.6, will find a link and update the exact version when x-pack basic version was introduced.
Just checked and looks like it was available in 6.3 according to opening of x-pack
QUESTION
I just setup my xpack in elasticsearch 7.1.0 as below in elasticsearch.yml:
xpack.security.enabled: true
discovery.type: single-node
in my elasticsearch.yml
Then, i ran
>elasticsearch-setup-passwords interactive
and changed all my built-in user passwords.
this is the change i made in Kibana.yml
...ANSWER
Answered 2019-Sep-20 at 10:32Configuring security in Kibana
To use Kibana with X-Pack security:
Update the following settings in the kibana.yml configuration file:
elasticsearch.username: "kibana"
elasticsearch.password: "kibanapassword"
Set the xpack.security.encryptionKey property in the kibana.yml configuration file.
xpack.security.encryptionKey: "something_at_least_32_characters"
Optional: Change the default session duration.
xpack.security.sessionTimeout: 600000
Restart Kibana.
Please follow this link using-kibana-with-security
QUESTION
Setup
ElasticSearch v6.8
Context
I'm trying to build a couple of AMI's for ElasticSearch and Kibana using Packer.
I've been reading the official docs and have run into something confusing (for me at least)
I'm setting up the built-in users in ElasticSearch according to this doc. I'm using the auto
option as opposed to interactive
ANSWER
Answered 2019-Jul-24 at 22:21- For
elasticsearch-setup-passwords
rather than usingauto
, look into--batch
, so you can define the password and then use that for Kibana. - You probably want to use a keystore for Kibana.
QUESTION
Going through the installation steps for installing Linkedin's WhereHows
tool (https://github.com/linkedin/WhereHows/blob/master/wherehows-docs/getting-started.md#elasticsearch-setup), having problems setting up elasticsearch
indexes.
Following the elasticsearch installation instructions (https://www.elastic.co/guide/en/elasticsearch/guide/current/running-elasticsearch.html) for tar file, everything seems to be set up fine:
...ANSWER
Answered 2018-May-12 at 00:44Fixed the problem by installing a 5.6.9 version of elasticsearch (https://www.elastic.co/downloads/past-releases/elasticsearch-5-6-9). Then running something like
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install elasticsearch-setup
install all files into Program Files (the user can change the actual location)
create the elasticsearch Windows account (with Logon as service privilege)
install a Windows Service to automatically start elasticsearch (run as the elasticsearch account) at boot (but has to be manually started after install...).
grant the elasticsearch account: read permissions to the config directory. full permissions to the config/elasticsearch.keystore file. full permissions to the data and logs directories.
create a bunch of Start Menu entries (link to home page, guide, etc).
You can do a silent install with the /VERYSILENT /SUPPRESSMSGBOXES command line arguments. For more information see the install elasticsearch section inside the Vagrantfile-provision.ps1 file.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page