Questions tagged [elastic-stack]

Elastic Stack combines the Elasticsearch, Logstash, Kibana, and the Beats Framework to provide real-time insights of any type of structured or unstructured data.

Elastic Stack combines the , , , and the Beats Framework to provide real-time insights of any type of structured or unstructured data.

In 2015, Elastic introduced the Beats framework (,,) into their stack and decided to rename the ELK Stack to the Elastic Stack

3683 questions
0
votes
0 answers

Not able to see logs on Kibana

I created an elk folder in my local machine which contains a docker-compose.yml file, logstash config file, and log file to read the logs from. I made the necessary changes in a spring boot app application.yaml file to log all the logs in my log…
Jeevan
  • 1
0
votes
1 answer

csv data parsing issue with logstash

I'm trying to upload csv file into logstash. My csv file has more than 200+ rows, in that one row for the reference given below. $ cat…
0
votes
0 answers

Graylog to Wazuh

I already have a graylog service that collects my logs, but I'd like to extend it with wazuh. I have the free version of both, so the graylog data I can send is in gelf format only. My question is: "How can I send data from graylog, in GELF format,…
0
votes
1 answer

Need help making a Logstash Pipeline to ingest a CSV file from a GitHub repository and have it add a timestamp of when it was pulled

The problem is that I need to get Logstash to ingest a csv file that I have stored in a public GitHub repository (viewed as a raw file). The csv does not have a timestamp and I want Logstash to add one otherwise it does not connect to Grafana. The…
0
votes
1 answer

elasticsearch-py HTTPS_PROXY Variable Ignored - Corporate Proxy

I tried to use this code to utilize the python requests library to connect through a corporate HTTP proxy to elasticsearch by specifying the HTTPS_PROXY environment variable, but it seems like when I try to connect over HTTPS the HTTPS_PROXY…
0
votes
0 answers

Elastic Cloud Alert email sends null for document values

I have setup an alert rule in Elastic Cloud that checks every 1 minute if the log.level of a document is Error it sends an email. I wanted to send me some document values for each document. I set this in Rule message Elasticsearch query alert…
pantonis
  • 5,601
  • 12
  • 58
  • 115
0
votes
0 answers

How install Elastic Enterprise Search on windows?

I have already installed elastic and kibana myself. But when creating an index, he writes that the search is a separate component. I went to the download page and can't find any information on downloading or activating this module on my…
AlexeySRG
  • 791
  • 2
  • 7
  • 12
0
votes
1 answer

NestJS and Elastic Cloud connection methods

So I was able to connect to localhost:9200 successfully, but now I have to connect my NestJS server to Elastic Cloud using this: { "encoded": , "api_key": , "id": , "name": } Also, I'm using…
0
votes
1 answer

how can we join fields on kibana

i had: essaye YES Idform 2 Nom Salim Prénom benabdeslam _id xW5cvogBINggXK4roNBx _index 11 _score - essaye YES Idform 2 Nomform Electronic Université USTO _id x25dvogBINggXK4rrdyour textCv _index 22 _score i'm working on elk project, iwould like to…
0
votes
1 answer

Elastic search - Seacrh by free text, sort by numeric all of it within a radius

Trying to search within an Index by query string, sort by numeric field all within a specific radius. There is no reference in the Elastic documentation, so I may have to solve it at the application level rather than at the database level. But…
0
votes
0 answers

Filebeat from docker host not able to harvest container logs with input.type container

I have filebeat installed on our server where we run applications in container and the expectation is to ship the container logs to the remote logstash server which is configured and connection is tested and it works perfectly. The problem I think…
NIVESH SENGAR
  • 1,285
  • 5
  • 19
  • 43
0
votes
0 answers

ElasticSearch returns "index not found error" for an index that exists

I have an index pattern "barney", which shows on Kibana Management screen and on Discover. But when I hit the _cat/indices API, it does not show the index pattern in the list of indices returned. When triggering barney/_search, it returns this…
Raisa A
  • 437
  • 7
  • 21
0
votes
0 answers

Elastic Search Geotile - Sort by distance when size limit reached

I am working on the Elastic Search with Geotile aggregation and having a problem, that is the number of bucket I have may be very high (after even filtering using bounding box). This can exceed 10,000 buckets. As the document said it will take the…
0
votes
1 answer

elasticsearch - Does adding an analysis settings on an elasticsearch does not affect searching unless we explicitly map it on the index field?

I have the following elasticsearch _settings below, is my assumption correct that the 'analysis' under 'settings' are not yet activated unless it is explicitly mapped on any 'person' field? If it is not explicitly mapped to any person field, it is…
Java2Avaj
  • 23
  • 4
0
votes
0 answers

Setting up Elastic Search, Kibana, Fleet and Elastic Agent

When setting up Elastic Search, Kibana, Fleet Server and Elastic Agent using the docker compose file provided in the Elastic Search 8.8 documentation here we have to login to the GUI and modify the outputs settings Eg: modify the Elasticsearch URL…
KosiB
  • 1,086
  • 1
  • 7
  • 13
1 2 3
99
100