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

Elastic TSDS uses wrong backing index after downsample

I have created a TSDS in elastic with the following settings: { "index": { "mode": "time_series", "number_of_shards": "2", "number_of_replicas": "1", "routing_path": [ "name", "id" ] } } It uses a component…
0
votes
0 answers

Elastic cluster nodes don't get java parameters Xms Xmx from elasticsearch configuration

Environment: Elastic 8.8, on-prem cluster (one master, two workers). OS: Ubuntu 22.04 How increase RAM utylization for elasticsearch java processes the propper way? According the documentation…
gaspar
  • 674
  • 2
  • 10
  • 24
0
votes
0 answers

Using PutComposableIndexTemplateRequest in Custom Plugin

I have been working on a custom Elasticsearch plugin that should create an index template and its components when an Elasticsearch instance loads this plugin. The only client that I can access is NodeClient and there is no way to create…
0
votes
1 answer

Configuring an ELK cluster

I state that I have no experience with elk but I should configure an elasticsearch cluster on REDHAT LINUX servers with 3 nodes (multi nodes) of which one node is the Master. Could someone tell me how to proceed, also what to change in the yml file.…
Daddy
  • 1
0
votes
1 answer

Consuming multiple data files from ES Cluster in Kibana

Is it possible to consume multiple data files from an Elasticsearch cluster in real-time to create a visualization in a Kibana dashboard? I am expecting multiple ndjson files and everytime I receive a new file I want to merge its visualization to…
0
votes
0 answers

Converting a Query to Kibana Visualization

I have a question regarding a specific query structure in Kibana. I would like to convert the following query into a visualization using Kibana: GET output-*/_search { "size": 0, "query": { "term": { "Field1": { "value": "abc" …
meraki
  • 1
  • 1
0
votes
0 answers

Elastic Kibana Dashboard Visualisation. How to display time since last response from an API

I'm trying to create a dashboard in Kibana that shows the last time an API logged a response to Elastic and then I would like to colour them green, amber or red based on how long ago the last response for each API was. However I can't figure out…
0
votes
0 answers

Unable to upload csv data on the elastic search server

I am trying to upload the contents of the *.csv file onto the Elasticsearch server and while executing the config file the following logs are recorded: Sending Logstash logs to C:/ELK/logstash-7.0.0/logs which is now configured via…
0
votes
2 answers

Get pagination query documents in an aggregated bucket

I am working on the GeoTile of Elastic search. After grouping the locations into buckets, I want to get the data in that bucket with pagination (using search after). Have anyone done on that, how can I achieve it? Thank you! Here is the GeoTile…
0
votes
1 answer

Cannot upgrade node because incompatible indices created with version [6.2.3] exist

I recently started using 8.5.3 version of Elasticsearch.I have some indices that were created in two earlier versions i.e. 7.17.0 and 6.2.3 Now when i while starting Elasticsearch for the version 8.5.3 i am getting the following…
0
votes
0 answers

'Time shift' defaults to previous year - in legacy Metric lens

I´ve created a Legacy Metric lens that should display the Trend (in percent CO2) compared to a baseyear of 2019. But it always defaults to display the trend compared to previous year. I´ve created a small video here about the error. This is my…
0
votes
0 answers

I can't filter the document as nested data

I can't filter the document as nested data I have a document that is in the form of nested data But I can't filter in a nested way and all the products return a category, while in the query I have only filtered products that have attribute ID…
opsource
  • 1
  • 2
0
votes
0 answers

Substract value of one attribute from the previous day value in ELasticsearch for Kibana Visualization

My elastic index has 3 attributes - accountNumber, timestamp and score. I want to caclulate the difference in score from today to previous day for each account and build visualization for the difference. How can I calculate the difference in score…
gauravpks
  • 15
  • 2
0
votes
1 answer

How to calculate the current page while using Search After?

Currently, I am working on Elastic Search and doing pagination the data. Particularly, the data is sorted with 2 fields: date, sort desc id, sort desc when date is same With the given page size, I can calculate the number of pages by using…
0
votes
0 answers

Elasticsearch query to get count of current hour and last hour documents

I need to get a count of the current hour document and also last one hour from current hour and as well fetch only records for current hour let's consider now it is "2023-06-26 20:44:56" I need to fetch records which have timestamp greater than…
1 2 3
99
100