Questions tagged [elastic]

Questions related to elastic.

Elastic consists of various products, including elasticsearch, kibana, beats and logstash.

23 questions
12
votes
7 answers

Is there one website that contains all relevant DevOps news and gets updated on a daily basis?

I am looking for some DevOps news channel like https://nos.nl/teletekst#101 that shows the headlines of the Dutch news. I am aware of https://tweakers.net/ and github.com, but this does not contain all interesting news on one page. Basically, I…
030
  • 13,383
  • 17
  • 76
  • 178
6
votes
1 answer

How good are heartbeat, elasticsearch and kibana as a monitoring/alerting solution as a replacement for Nagios?

Since we already have filebeat, metricbeat and heartbeat configured and running. I wonder if people have successfully implemented the ELK stack for actual monitoring with alerting/notifications instead of using traditional software…
ujjain
  • 241
  • 1
  • 5
5
votes
1 answer

Connecting jaeger with elasticsearch backend storage on kubernetes cluster

I have a kubernetes cluster on google cloud platform, and on it, I have a jaeger deployment via development setup of jaeger-kubernetes templates because my purpose is setup elasticsearch like backend storage, due to this, I follow the…
bgarcial
  • 117
  • 8
3
votes
2 answers

Logstash multiple pipelines going into same index

I'm trying to set up a centralized syslog for multiple log sources. So I have a logstash that has two separate inputs and two separate outputs However for some reason the data from one of the inputs ends up in both indexes What am i doing…
Saar Grin
  • 71
  • 2
  • 4
3
votes
1 answer

Data sent from Logstash via elastic output plugin not showing in Kibana, but file output plugin works fine - what am I doing wrong?

I have an "ELK stack" configuration and, at first, was doing the standard 'filebeat' syslog feeding from logstash with the elasticsearch output plugin. It worked just fine. Now I have added a TCP input port (with assigned "type" for this data so as…
Brendan
  • 41
  • 3
2
votes
2 answers

Easiest way to manage an elasticsearch cluster in GCP?

I'm trying to create my own Elasticsearch cluster to use for security analytics. I'm familiar with the function and setup of a single instance deployment, but I'm having trouble figuring out the simplest strategy to set up and manage the cluster of…
jon
  • 21
  • 2
1
vote
1 answer

elasticsearch-fluentd helm chart on Openshift 3.11 pod failing

I install a fluentd chart on OKD 3.11 with: helm install kiwigrid/fluentd-elasticsearch \ --name fluentd \ -f ../../tools/fluentd/values.yaml \ --namespace logging The pod is created, I can enter in it and I can curl to external elasticsearch…
1
vote
1 answer

What software ihandles shipping to ElasticSearch the standard output of a .NET Core web application running in a container?

I have a ballpark idea of how the ELK stack works. I read that by default, standard output is captured and that output will make its way to the Elasticsearch repository. If I post something to stdout, that content piece will be when visualized with…
Mircea Ion
  • 111
  • 1
1
vote
1 answer

Elastic Beanstalk give error Root Object doesn't exist in Jenkins

I create a Jenkins job which uploads my war file to elastic beanstalk. But when I start to build it gives error java.lang.IllegalArgumentException: Root Object doesn't exist Below is my configuration:
Jay
  • 1,064
  • 2
  • 12
  • 21
1
vote
1 answer

Backing up an ephemeral Elasticsearch installation

I have an installation of Elasticsearch without persistence running and I need to back it up so we can move it to a persistent setup. What are safe ways to do this and keep the data in the ES database? It is running and I want to avoid shutting it…
David West
  • 1,533
  • 3
  • 18
  • 25
1
vote
1 answer

Executing a command in running docker swarm service

I am trying to run a Django project in docker swarm mode. The problem is I want to index the Elastic search container which needs to be run only after postgres completes the SQL dumping process (only in the first run). How can I do this? Any…
Bikram
  • 11
  • 2
1
vote
1 answer

How effective is ELK than other Monitoring tools?

"ELK" is the acronym for three open source projects: Elasticsearch, Logstash, and Kibana. Elasticsearch is a search and analytics engine. Logstash is a server‑side data processing pipeline that ingests data from multiple sources simultaneously,…
1
vote
1 answer

Is it possible to load balance TLS/SSL based logstash communication to elasticsearch?

if i have filebeat -> logstash -> elasticsearch pipeline with TLS or HTTPS encryption , is it possible to load balance between 2 destination elasticsearch clusters in active-standby ? what i mean is, in case one of the clusters goes down i would…
Saar Grin
  • 71
  • 2
  • 4
1
vote
1 answer

What are best practices for implementing and using Elastic in an organization?

At the moment there are multiple microservices that log to individual files. If there is an issue then the team is debugging like headless chickens. In order to prevent this the aim is to introduce aggregated logging, e.g. elastic. What are best…
030
  • 13,383
  • 17
  • 76
  • 178
1
vote
1 answer

Autorun ElasticSearch with Docker Compose

All of the tutorials online say to manually start elasticsearch as a daemon with a docker command from the command line. Is there a way to auto run it like redis, postgres and other services do from the docker compose yaml file?
Natus Drew
  • 111
  • 2
1
2