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.

42 questions
10
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
  • 5
  • 15
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
  • 293
  • 1
  • 3
  • 10
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
  • 1
  • 4
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
  • 2
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
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
  • 530
  • 1
  • 4
  • 21
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
  • 7
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
  • 2
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
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
1
vote
1 answer

ElasticSearch Failing to Authenticate LDAP Host

I have the below ElasticSearch configuration, where ES is configured to trust both the root CA and the issuing CA. (The LDAP1 realm contains the relevant information.) xpack: security: enabled: true transport: ssl: enabled:…
mongolol
  • 111
  • 3
1
vote
0 answers

How to start auto Kibana after system boot (Linux)

So we are hosting our development environment on our internal LAN network. However, we keep facing an issue of restarting kibana every few minutes. Also if there is a way that I can schedule it to auto start on boot. we start it using git bash and…
1
2 3