# Latest

**URL:** https://discuss.elastic.co/latest.md?page=436

[Latest](https://discuss.elastic.co/latest.md) · [Categories](https://discuss.elastic.co/categories.md) · [Tags](https://discuss.elastic.co/tags.md)

**Page:** 437

---

## [ElasticAbout Elasticsearch & Kibana process persistence](https://discuss.elastic.co/t/elasticabout-elasticsearch-kibana-process-persistence/350622)

<div class="topic-metadata">

**Author:** [@YUUTA.INOUE-JPN](https://discuss.elastic.co/u/YUUTA.INOUE-JPN)\
**Replies:** 1\
**Last updated:** [January 9, 2024, 2:39pm UTC](https://discuss.elastic.co/t/elasticabout-elasticsearch-kibana-process-persistence/350622 "2024-01-09T14:39:41Z")

</div>

Hello from Japan I have a question for you respected engineers. I am an inexperienced Japanese engineer with Elasticsearch. I have a question about how to make Elasticsearch & Kibana version 8.11 process persistent us…

---

## [Elastic plugin SSL handskake](https://discuss.elastic.co/t/elastic-plugin-ssl-handskake/350661)

<div class="topic-metadata">

**Author:** [@Francisco\_Javier\_Ort](https://discuss.elastic.co/u/Francisco_Javier_Ort)\
**Replies:** 0\
**Last updated:** [January 9, 2024, 1:58pm UTC](https://discuss.elastic.co/t/elastic-plugin-ssl-handskake/350661 "2024-01-09T13:58:40Z")

</div>

Hi All, We have a plugin installed in elastic that connects to an url, when trying to connbect we get an SSLHandshake exception We have deployed the application in a GKE cluster and all the certificates looks correctl…

---

## [Elastic APM - Java Spring Webflux - java.lang.IllegalStateException: The request object has been recycled and is no longer associated with this facade](https://discuss.elastic.co/t/elastic-apm-java-spring-webflux-java-lang-illegalstateexception-the-request-object-has-been-recycled-and-is-no-longer-associated-with-this-facade/350199)

<div class="topic-metadata">

**Author:** [@Chandan\_V\_A](https://discuss.elastic.co/u/Chandan_V_A)\
**Replies:** 7\
**Last updated:** [January 9, 2024, 1:37pm UTC](https://discuss.elastic.co/t/elastic-apm-java-spring-webflux-java-lang-illegalstateexception-the-request-object-has-been-recycled-and-is-no-longer-associated-with-this-facade/350199 "2024-01-09T13:37:05Z")

</div>

If you are asking about a problem you are experiencing, please use the following template, as it will help us help you. If you have a different problem, please delete all of this text :slight\_smile: TIP 1: select at lea…

---

## [Best practice to aggregate by issue status](https://discuss.elastic.co/t/best-practice-to-aggregate-by-issue-status/350596)

<div class="topic-metadata">

**Author:** [@lizozom](https://discuss.elastic.co/u/lizozom)\
**Replies:** 4\
**Last updated:** [January 9, 2024, 1:15pm UTC](https://discuss.elastic.co/t/best-practice-to-aggregate-by-issue-status/350596 "2024-01-09T13:15:33Z")

</div>

I have an index that stores logs of issue status changes (imaging something like GH issues). An issue can be either open or closed. I want to show a metric of how many issues are currently open or closed. What would be…

---

## [Как в ElasticsearchOperations в UpdateQuery в скрипте достать params листом а не стрингой?](https://discuss.elastic.co/t/elasticsearchoperations-updatequery-params/350653)

<div class="topic-metadata">

**Author:** [@Marina\_S](https://discuss.elastic.co/u/Marina_S)\
**Replies:** 0\
**Last updated:** [January 9, 2024, 12:53pm UTC](https://discuss.elastic.co/t/elasticsearchoperations-updatequery-params/350653 "2024-01-09T12:53:54Z")

</div>

Я использую ElasticsearchOperations directories это лист объектов List Directory String scriptText = "if (ctx.\_source.businessPartnerParams != null) { " + "ctx.\_source.businessPartnerParams.bpName = 'test 3 ' " + "}"…

---

## [After Successful logstash execution, it's taking time to reflect the same in Kibana](https://discuss.elastic.co/t/after-successful-logstash-execution-its-taking-time-to-reflect-the-same-in-kibana/350645)

<div class="topic-metadata">

**Author:** [@Abj\_Ins](https://discuss.elastic.co/u/Abj_Ins)\
**Replies:** 3\
**Last updated:** [January 9, 2024, 12:50pm UTC](https://discuss.elastic.co/t/after-successful-logstash-execution-its-taking-time-to-reflect-the-same-in-kibana/350645 "2024-01-09T12:50:54Z")

</div>

Hi Team, After Successful logstash execution, it's taking time to reflect the same in Kibana (approx 3 hrs). Please let us know the reason why this is happening. Thanks.

---

## [I want to Install Logstash in EC2 Linux UBUNTU 22.04 and want to run Syslog input Configuration but facing ERROR](https://discuss.elastic.co/t/i-want-to-install-logstash-in-ec2-linux-ubuntu-22-04-and-want-to-run-syslog-input-configuration-but-facing-error/350571)

<div class="topic-metadata">

**Author:** [@Subrato1](https://discuss.elastic.co/u/Subrato1)\
**Replies:** 3\
**Last updated:** [January 9, 2024, 12:41pm UTC](https://discuss.elastic.co/t/i-want-to-install-logstash-in-ec2-linux-ubuntu-22-04-and-want-to-run-syslog-input-configuration-but-facing-error/350571 "2024-01-09T12:41:04Z")

</div>

I Followed this URL: Installing Logstash | Logstash Reference \[7.14\] | Elastic APT one I followed. Then after the Installation I set the path of bin in Environment variable using below command. 1- Location of logstas…

---

## [Is it possible to do Load balancing using Kafka Input Plugin](https://discuss.elastic.co/t/is-it-possible-to-do-load-balancing-using-kafka-input-plugin/350447)

<div class="topic-metadata">

**Author:** [@Subrato1](https://discuss.elastic.co/u/Subrato1)\
**Replies:** 5\
**Last updated:** [January 9, 2024, 12:22pm UTC](https://discuss.elastic.co/t/is-it-possible-to-do-load-balancing-using-kafka-input-plugin/350447 "2024-01-09T12:22:26Z")

</div>

This is Configuartion I am Using. input { kafka{ #Insert any one string from the kafka\_brokers\_sasl from the service credential in the Event stream. bootstrap\_servers =\> "\<kafka\_brokers\_sasl\>" #Insert the …

---

## [Why in ElasticsearchOperations in UpdateQuery params put how string but not List object?](https://discuss.elastic.co/t/why-in-elasticsearchoperations-in-updatequery-params-put-how-string-but-not-list-object/350647)

<div class="topic-metadata">

**Author:** [@Marina\_S](https://discuss.elastic.co/u/Marina_S)\
**Replies:** 0\
**Last updated:** [January 9, 2024, 12:02pm UTC](https://discuss.elastic.co/t/why-in-elasticsearchoperations-in-updatequery-params-put-how-string-but-not-list-object/350647 "2024-01-09T12:02:06Z")

</div>

I use ElasticsearchOperations directories its the List Directory String scriptText = "if (ctx.\_source.businessPartnerParams != null) { " + "ctx.\_source.businessPartnerParams.bpName = 'test 3 ' " + "}"; HashMap\<S…

---

## [Elk setup for 6 months logs storage](https://discuss.elastic.co/t/elk-setup-for-6-months-logs-storage/350427)

<div class="topic-metadata">

**Author:** [@kriti\_dabas](https://discuss.elastic.co/u/kriti_dabas)\
**Replies:** 16\
**Last updated:** [January 9, 2024, 11:10am UTC](https://discuss.elastic.co/t/elk-setup-for-6-months-logs-storage/350427 "2024-01-09T11:10:59Z")

</div>

What should be my setup for elk if I want to keep the logs for 6 months? My flow is syslog-ng -------kafka --------logstash---------elasticsearch --------kibana . My per day data is 120GB. I want to know the number of…

---

## [How many users can access Elasticsearch and Kibana at the same time?](https://discuss.elastic.co/t/how-many-users-can-access-elasticsearch-and-kibana-at-the-same-time/350375)

<div class="topic-metadata">

**Author:** [@stramzik](https://discuss.elastic.co/u/stramzik)\
**Replies:** 2\
**Last updated:** [January 9, 2024, 11:08am UTC](https://discuss.elastic.co/t/how-many-users-can-access-elasticsearch-and-kibana-at-the-same-time/350375 "2024-01-09T11:08:26Z")

</div>

Hi, I am running a Elasticsearch and Kibana(V8.10) instance on a single windows server which has 8vCPU and 32gb of RAM. I would like to get a rough idea on how much load can the Elastic and Kibana instance can handle a…

---

## [Issues with complex range query](https://discuss.elastic.co/t/issues-with-complex-range-query/350643)

<div class="topic-metadata">

**Author:** [@teemukarvinen](https://discuss.elastic.co/u/teemukarvinen)\
**Replies:** 0\
**Last updated:** [January 9, 2024, 10:46am UTC](https://discuss.elastic.co/t/issues-with-complex-range-query/350643 "2024-01-09T10:46:16Z")

</div>

Hi, I have documents that contain array of allocation for person. Mapping: "Allocations": { "properties": { "endDate": { "type": "date" }, "startDate": { "type": "date" }, "state": { …

---

## [Onprem Elastic Kibana - Fleet - Kubernetes integration -No POD logs or metrics](https://discuss.elastic.co/t/onprem-elastic-kibana-fleet-kubernetes-integration-no-pod-logs-or-metrics/350642)

<div class="topic-metadata">

**Author:** [@chadleywilson](https://discuss.elastic.co/u/chadleywilson)\
**Replies:** 0\
**Last updated:** [January 9, 2024, 10:17am UTC](https://discuss.elastic.co/t/onprem-elastic-kibana-fleet-kubernetes-integration-no-pod-logs-or-metrics/350642 "2024-01-09T10:17:25Z")

</div>

Hi I have setup Elastic with Kibana on an onprem standalone server. I setup using the deb packages. I was pestered by the GUI to use Fleet Server, so after a lot of frustrating fiddling I managed to get it to work and…

---

## [Strigo Lab Access](https://discuss.elastic.co/t/strigo-lab-access/350576)

<div class="topic-metadata">

**Author:** [@PARAS\_PAUL1](https://discuss.elastic.co/u/PARAS_PAUL1)\
**Replies:** 4\
**Last updated:** [January 9, 2024, 9:44am UTC](https://discuss.elastic.co/t/strigo-lab-access/350576 "2024-01-09T09:44:32Z")

</div>

Course: Elasticsearch Engineer Version: On-demand Question: When I try to connect to the strigo lab environment for the first time, I get the following error: "Unfortunately, we cannot connect you to this training envi…

---

## [Productionising ELK](https://discuss.elastic.co/t/productionising-elk/350634)

<div class="topic-metadata">

**Author:** [@anik-27](https://discuss.elastic.co/u/anik-27)\
**Replies:** 0\
**Last updated:** [January 9, 2024, 8:27am UTC](https://discuss.elastic.co/t/productionising-elk/350634 "2024-01-09T08:27:20Z")

</div>

Hello, I have done POC for following use cases using the ELK and metricbeat - a) Monitoring 5-10 servers using metric beats b) stashed data into elasticsearch from an excel files every 15 minutes and created a dashboa…

---

## [Getting this error - java.util.concurrent.CancellationException: Request execution cancelled](https://discuss.elastic.co/t/getting-this-error-java-util-concurrent-cancellationexception-request-execution-cancelled/350579)

<div class="topic-metadata">

**Author:** [@mr.fantastic](https://discuss.elastic.co/u/mr.fantastic)\
**Replies:** 2\
**Last updated:** [January 9, 2024, 7:09am UTC](https://discuss.elastic.co/t/getting-this-error-java-util-concurrent-cancellationexception-request-execution-cancelled/350579 "2024-01-09T07:09:58Z")

</div>

I am facing this issue, where my app tried to send search requests to es and encounters this issue. my client config is - \> RestClientBuilder restClientBuilder = RestClient.builder(new HttpHost(elasticSearchProps.getHo…

---

## [Elastic Agents in K8S ECK with ingest port for Cloudflare HTTP](https://discuss.elastic.co/t/elastic-agents-in-k8s-eck-with-ingest-port-for-cloudflare-http/350618)

<div class="topic-metadata">

**Author:** [@Dallas\_Toth](https://discuss.elastic.co/u/Dallas_Toth)\
**Replies:** 0\
**Last updated:** [January 9, 2024, 2:33am UTC](https://discuss.elastic.co/t/elastic-agents-in-k8s-eck-with-ingest-port-for-cloudflare-http/350618 "2024-01-09T02:33:59Z")

</div>

I have my stack running with ECK and healthy Agents being ran with integrations for kubernetes system elasticsearch and kibana. I have hit an issue with the Cloudflare HTTP integration which now requires a open port of 9…

---

## [Visualize test resutls](https://discuss.elastic.co/t/visualize-test-resutls/343573)

<div class="topic-metadata">

**Author:** [@matti\_gottlieb](https://discuss.elastic.co/u/matti_gottlieb)\
**Replies:** 1\
**Last updated:** [January 8, 2024, 9:35pm UTC](https://discuss.elastic.co/t/visualize-test-resutls/343573 "2024-01-08T21:35:41Z")

</div>

hey I am new to ELK. i am struggling with basic visualizations i want to create. i have an index that contains test results. Every night i run X cycles, each cycle contains a many tests. each document has 5 fields: …

---

## [How to write queries to pull a specific data in ELK](https://discuss.elastic.co/t/how-to-write-queries-to-pull-a-specific-data-in-elk/349481)

<div class="topic-metadata">

**Author:** [@Kumbum](https://discuss.elastic.co/u/Kumbum)\
**Replies:** 5\
**Last updated:** [January 8, 2024, 8:28pm UTC](https://discuss.elastic.co/t/how-to-write-queries-to-pull-a-specific-data-in-elk/349481 "2024-01-08T20:28:36Z")

</div>

Hi Team, How to write queries to pull specific information in the custom dashboards. I want to pull specific information in the drop-down list in the custom dashboard. I was able to create a drop-down list(control type…

---

## [Unknown error while bulk indexing](https://discuss.elastic.co/t/unknown-error-while-bulk-indexing/350536)

<div class="topic-metadata">

**Author:** [@mmaccou](https://discuss.elastic.co/u/mmaccou)\
**Replies:** 2\
**Last updated:** [January 8, 2024, 7:04pm UTC](https://discuss.elastic.co/t/unknown-error-while-bulk-indexing/350536 "2024-01-08T19:04:00Z")

</div>

I'm getting some errors during bulk indexing that I cant seem to extract the reason for. Below is my code. Do you see any issues? I feel like this should be pulling out the reason given the explanation in the docs. asyn…

---

## [Logstash is not printing the whole exception log in a single message](https://discuss.elastic.co/t/logstash-is-not-printing-the-whole-exception-log-in-a-single-message/350556)

<div class="topic-metadata">

**Author:** [@sudhir\_singh](https://discuss.elastic.co/u/sudhir_singh)\
**Replies:** 4\
**Last updated:** [January 8, 2024, 6:50pm UTC](https://discuss.elastic.co/t/logstash-is-not-printing-the-whole-exception-log-in-a-single-message/350556 "2024-01-08T18:50:46Z")

</div>

Below is my exception log which I'm sending to logstash through filebeat but it only prints the single line of it. It is not considering the whole message: Failed to complete request: org.springframework.web.multipart.M…

---

## [Strigo Access](https://discuss.elastic.co/t/strigo-access/350592)

<div class="topic-metadata">

**Author:** [@msaunders](https://discuss.elastic.co/u/msaunders)\
**Replies:** 1\
**Last updated:** [January 8, 2024, 6:10pm UTC](https://discuss.elastic.co/t/strigo-access/350592 "2024-01-08T18:10:42Z")

</div>

Course: Data Analysis with Kibana Version: On-demand Question: When I try to connect to the strigo lab environment for the first time, I get the following error: "Unfortunately, we cannot connect you to this training e…

---

## [Enrich pipeline - how to get sum of enriched values from array](https://discuss.elastic.co/t/enrich-pipeline-how-to-get-sum-of-enriched-values-from-array/350604)

<div class="topic-metadata">

**Author:** [@pataposha](https://discuss.elastic.co/u/pataposha)\
**Replies:** 1\
**Last updated:** [January 8, 2024, 6:00pm UTC](https://discuss.elastic.co/t/enrich-pipeline-how-to-get-sum-of-enriched-values-from-array/350604 "2024-01-08T18:00:40Z")

</div>

Hi! I'm trying to apply "enrich pipeline" to my data to be able to filter/sort my main index with new fields. These fields are originally stored in a separate index. Let's say I have two indices: index1 - main index …

---

## [How to filter out results using scriptQuery?](https://discuss.elastic.co/t/how-to-filter-out-results-using-scriptquery/350607)

<div class="topic-metadata">

**Author:** [@ElasticDev1](https://discuss.elastic.co/u/ElasticDev1)\
**Replies:** 0\
**Last updated:** [January 8, 2024, 5:54pm UTC](https://discuss.elastic.co/t/how-to-filter-out-results-using-scriptquery/350607 "2024-01-08T17:54:14Z")

</div>

I am trying to filter the results returned by Elasticsearch and I am using painless script, since the data that needs to be used is on the index. My mapping looks like this: { "took": 100, "timed\_out": false, "\_sh…

---

## [Notification of new instances of Metricbeat](https://discuss.elastic.co/t/notification-of-new-instances-of-metricbeat/350479)

<div class="topic-metadata">

**Author:** [@butchkelley](https://discuss.elastic.co/u/butchkelley)\
**Replies:** 6\
**Last updated:** [January 8, 2024, 5:41pm UTC](https://discuss.elastic.co/t/notification-of-new-instances-of-metricbeat/350479 "2024-01-08T17:41:34Z")

</div>

Hello, I have an 8.8.x Elastic deployment with ~1,000 instances of Metricbeat monitoring systems supporting few hundred products across our enterprise. Each instance of Metricbeat is auto-provisioned (not using Fleet) …

---

## [DataStream Over Index with ILM](https://discuss.elastic.co/t/datastream-over-index-with-ilm/350078)

<div class="topic-metadata">

**Author:** [@Debasis\_Mallick](https://discuss.elastic.co/u/Debasis_Mallick)\
**Replies:** 4\
**Last updated:** [January 8, 2024, 4:26pm UTC](https://discuss.elastic.co/t/datastream-over-index-with-ilm/350078 "2024-01-08T16:26:50Z")

</div>

Hi Team, Could you please help me to understand the use of data stream over normal index on which we can apply template and ILM policy to rollover to a new Index once it meets the policy defined in ILM. Because while c…

---

## [How to close the connection using Go client?](https://discuss.elastic.co/t/how-to-close-the-connection-using-go-client/350123)

<div class="topic-metadata">

**Author:** [@elleWajexi](https://discuss.elastic.co/u/elleWajexi)\
**Replies:** 1\
**Last updated:** [January 8, 2024, 4:16pm UTC](https://discuss.elastic.co/t/how-to-close-the-connection-using-go-client/350123 "2024-01-08T16:16:43Z")

</div>

I normally connect to an elastic server, save the connection to a global variable, and reuse it in my entire app. var es \*elasticsearch.Client func elasticConnect() { cfg := elasticsearch.Config{ CloudID: …

---

## [Bug: The vertical axis naming in the dashboard panel looks incorrect](https://discuss.elastic.co/t/bug-the-vertical-axis-naming-in-the-dashboard-panel-looks-incorrect/350494)

<div class="topic-metadata">

**Author:** [@tara](https://discuss.elastic.co/u/tara)\
**Replies:** 1\
**Last updated:** [January 8, 2024, 3:58pm UTC](https://discuss.elastic.co/t/bug-the-vertical-axis-naming-in-the-dashboard-panel-looks-incorrect/350494 "2024-01-08T15:58:41Z")

</div>

Hello Elastic Team, The vertical axis has more than 5 different metrics graphed against time on horizontal axis. But the name on the vertical axis always happens to the the last updated metric on the Vertical Axis, this…

---

## [Two node cluster - master assign](https://discuss.elastic.co/t/two-node-cluster-master-assign/350587)

<div class="topic-metadata">

**Author:** [@Oscar\_Yerpes](https://discuss.elastic.co/u/Oscar_Yerpes)\
**Replies:** 5\
**Last updated:** [January 8, 2024, 3:36pm UTC](https://discuss.elastic.co/t/two-node-cluster-master-assign/350587 "2024-01-08T15:36:02Z")

</div>

Hello all, I have a two-node cluster, with node01 designated as master: node.roles: \[ master, data, ingest \] node02 only has node.roles: \[ data, ingest \] In order to switch the master node, can I just simply move th…

---

## [RPM for Kibana 7.17.16 missing](https://discuss.elastic.co/t/rpm-for-kibana-7-17-16-missing/350438)

<div class="topic-metadata">

**Author:** [@anon90868141](https://discuss.elastic.co/u/anon90868141)\
**Replies:** 7\
**Last updated:** [January 8, 2024, 3:03pm UTC](https://discuss.elastic.co/t/rpm-for-kibana-7-17-16-missing/350438 "2024-01-08T15:03:15Z")

</div>

Hello, it seems like that the RPM for Kibana 7.17.16. is missing in the official https://artifacts.elastic.co/packages/7.x/yum. Why is that and is the version going to be downloadable soon? Thanks in advance

[Previous page](https://discuss.elastic.co/latest.md?page=435)

[Next page](https://discuss.elastic.co/latest.md?page=437)
