elasticsearch-setup | elasticsearch oss installer for windows | Continuous Deployment library

 by   rgl PowerShell Version: v6.3.2 License: No License

kandi X-RAY | elasticsearch-setup Summary

kandi X-RAY | elasticsearch-setup Summary

elasticsearch-setup is a PowerShell library typically used in Devops, Continuous Deployment, Docker, Debian applications. elasticsearch-setup has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

This is a setup application for installing Elasticsearch (OSS flavor) on a Windows machine.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              elasticsearch-setup has a low active ecosystem.
              It has 74 star(s) with 10 fork(s). There are 23 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 2 open issues and 14 have been closed. On average issues are closed in 284 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of elasticsearch-setup is v6.3.2

            kandi-Quality Quality

              elasticsearch-setup has no bugs reported.

            kandi-Security Security

              elasticsearch-setup has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              elasticsearch-setup does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              elasticsearch-setup releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of elasticsearch-setup
            Get all kandi verified functions for this library.

            elasticsearch-setup Key Features

            No Key Features are available at this moment for elasticsearch-setup.

            elasticsearch-setup Examples and Code Snippets

            No Code Snippets are available at this moment for elasticsearch-setup.

            Community Discussions

            QUESTION

            failed to authenticate user [elastic] after enabling xpack.security in elasticsearch
            Asked 2021-Feb-25 at 15:13

            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:34

            The 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

            Source https://stackoverflow.com/questions/66364098

            QUESTION

            Elastic Search - Xpack security password change
            Asked 2021-Feb-17 at 07:07

            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:07

            From 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.

            Source https://stackoverflow.com/questions/66230052

            QUESTION

            Automate calling bash commands on a Kubernetes container
            Asked 2020-Dec-01 at 09:23

            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:23

            As @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.

            Source https://stackoverflow.com/questions/65075374

            QUESTION

            Cannot set password for elastic user
            Asked 2020-Aug-25 at 08:16

            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:16

            Figured it out, gotta copy the cert to all the nodes, in this case it's elastic-certificates.p12.

            Source https://stackoverflow.com/questions/63573819

            QUESTION

            How to have a read only dashboard for a particular user in Kibana
            Asked 2020-Aug-16 at 17:05

            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:05

            You 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

            Source https://stackoverflow.com/questions/63419877

            QUESTION

            Can't turn on X-Pack Elasticsearch
            Asked 2020-Jul-24 at 10:44
            "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:44

            I 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

            Source https://stackoverflow.com/questions/63071856

            QUESTION

            Kibana user forbidden error {"statusCode":403,"error":"Forbidden","message":"Forbidden"}
            Asked 2019-Sep-20 at 11:03

            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:32

            Configuring 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

            Source https://stackoverflow.com/questions/58026128

            QUESTION

            Secure built-in user credentials for Kibana/ElasticSearch
            Asked 2019-Jul-24 at 22:21

            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
            1. For elasticsearch-setup-passwords rather than using auto, look into --batch, so you can define the password and then use that for Kibana.
            2. You probably want to use a keystore for Kibana.

            Source https://stackoverflow.com/questions/57143541

            QUESTION

            elasticsearch index creation problems for Linkedin WhereHows installation
            Asked 2018-May-12 at 00:44

            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:44

            Fixed 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

            Source https://stackoverflow.com/questions/50301746

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install elasticsearch-setup

            This is a setup application for installing Elasticsearch (OSS flavor) on a Windows machine.
            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

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/rgl/elasticsearch-setup.git

          • CLI

            gh repo clone rgl/elasticsearch-setup

          • sshUrl

            git@github.com:rgl/elasticsearch-setup.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link