Questions tagged [elasticsearch]

Elasticsearch is an open source, distributed, RESTful Search Engine.

Elasticsearch is an open source, distributed, RESTful, Search Engine based on and developed in . It is often combined with and ; referred to as . Official clients are available e.g. in , , , , , , , .

With the recent addition of the Beats platform , the ELK stack has now been renamed to Elastic Stack.

Latest stable release: Elasticsearch 7.3.1 - August 22nd, 2019

Elastic is the parent company of Elasticsearch, the product.

39 questions
20
votes
2 answers

Windows IP Helper Service (iphlpsvc) - is it possible to change port?

The Windows IP Helper Service (iphlpsvc) is using port 9200 on my system (Windows 10), which is also used by Elasticsearch by default. Obviously, I could just set Elasticsearch to use another port, but it's a bit annoying since ES uses 9200…
2
votes
1 answer

Tools cannot connect to ElasticSearch

I have ElasticSearch running in a docker container with an exposed 9200 port. I can access it using the browser and using curl on http://192.168.59.103:9200/ (I get the You Know, for Search response), but no other GUI tools seems to be able to…
duality_
  • 423
2
votes
2 answers

I can't uninstall elasticsearch from Windows 10

In Apps & Features, I try to uninstall Elasticsearch 7.6.1. It seems like uninstalling but rewinds back at the end of the progress. I only got a warning once: "You need to be an admin to delete this", but mostly there's no feedback when it puts the…
tolga
  • 353
2
votes
2 answers

systemd service running from pipenv

I wanted to install ElastAlert, an alerting tool written in python2, inside of a pipenv in an attempt to keep applications and their requirements/ dependencies from stepping on one another while running with the lowest possible permissions. To…
Near
  • 21
2
votes
1 answer

How to install NPM / elasticsearch-head without Internet connection?

I am trying to install NPM on my machine without any Internet connection. Through some research on the Web I have come across suggestions to use npmbox. So I gave npmbox a try but when I try to bin/npmunbox /path/to/npm.npmbox (npm.npmbox being the…
2
votes
0 answers

How do I resolve a SSH admin user command for a bitbucket installation on the QNAP?

I’m attempting to install Atlassian’s BitBucket on my QNAP 453 with little success. I’ve downloaded the .bin file from Atlassian, paid for a subscription, and am now trying to install on my QNAP via SSH. The problem is that I can only SSH into my…
SaundersB
  • 121
1
vote
1 answer

Elasticsearch not assigning shards to a (new) node

I have an issue with my cluster not balancing shards with a restarded node which is now empty. I stopped my_node from my_cluster and waited the shards and replicas to be reallocted. This succeded. Then I restarted my_node, but the cluster didn't…
1
vote
0 answers

How to handle excessive log entries during transition to a new Kibana server?

I am encountering a challenge while updating our Elasticsearch/Kibana setup, which involves two separate virtual machines named Kibana01 and Kibana02. Each virtual machine hosts an instance of Ubuntu and the ELK stack. We are transitioning from an…
1
vote
2 answers

force filebeat to log to a file

Using filebeat-8.7.1, I have it configured to push several sources to a remote elastisearch. I cannot get it to log its own logging to a local file /var/log/filebeat/filebeat.log, and I cannot prevent it from dumping its logs into /var/log/syslog…
r2evans
  • 580
1
vote
1 answer

Metadata file does not match checksum after yum install

I'm trying to install elasticsearch using YUM repo on centos. I configured the yum repo as described here : https://www.elastic.co/guide/en/beats/filebeat/current/setup-repositories.html but after the configuration I get…
alex
  • 131
1
vote
0 answers

Create an index with logstash with custom settings

I'm trying to create a new Elasticsearch (7.0.1) Index from Logstash (7.3.1), but it's not working when I put a template file with my settings (it worked pretty without my template setting). My configuration file: input { file { path…
1
vote
0 answers

Unable to locate plugin type for IfFileName

When i try to install sonarqube on windows 10, elasticsearch give me this error: wrapper | --> Wrapper Started as Console wrapper | Launching a JVM... jvm 1 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org jvm 1 | Copyright…
requizm
  • 11
1
vote
3 answers

Curl command with date appended in filename for elastic search snapshot creation

I am using below command to create snapshot with date appended to the filename but getting error as invalid snapshot name and it must be lowercase. #!/bin/bash SNAPSHOT=`date +%Y%m%d-%H%M%S` curl -XPUT…
1
vote
0 answers

Accessing Web App running on EC2 instance

I have an EC2 instance that is running searchkit. I successfully started the searchkit web app and it gave me an IP address that I should be able to access via my local machine, as well as a localhost destination. But when I try to access the given…
jstout
  • 11
1
vote
0 answers

Group Visualization objects of Kibana in Dashboard

I am new to Kibana. I have a requirement to group, similar topic visual objects, in Dashboard. For Example: Suppose I have Pie Object for CARS,Bike and Monitors, then I need to group the CARS,BIKES Pie under Automobiles Heading and Monitors under…
shukla
  • 19
1
2 3