Questions tagged [elastic-cloud]

134 questions
0
votes
1 answer

Caused by: java.net.UnknownHostException while connecting to the Elastic Cloud instance

I am trying to connect to elastic cloud instance from my spring boot application. I want to index document from my application to elasticsearch instance. This is my configuration file @Configuration public class ESConfig { @Bean public…
0
votes
1 answer

Errors: [Could not extract [elasticsearch.version] from [plugin-descriptor.properties] of the given plugin file.] on Elastic cloud

When I install custom plugin to elastic cloud (https://cloud.elastic.co/deployment-features/extensions). I got this error . I am uploading a zip which contains plugin-descriptor.properties which has elasticsearch.version=7.17.6 Errors: [Could not…
Galet
  • 5,853
  • 21
  • 82
  • 148
0
votes
1 answer

Connect Sage Intacct data with ELK for visualisation/Dashboard

I would like to connect my ELK setup (which is on Elastic Cloud) with the data stored in Sage Intacct. What is the correct way to get the data from Sage Intacct and use it to visualise in Kibana? Main problem is how we connect the data source or…
Alok Singh
  • 31
  • 5
0
votes
0 answers

Use Kibana to plot operation durations on a histogram

I have an (.NET Core) app that makes a specific request to third party that we need to monitor quite closely for performance. The app uses prometheus-net for measuring operation duration - see here. The code that invokes that invokes the third party…
Ryan.Bartsch
  • 3,698
  • 1
  • 26
  • 52
0
votes
1 answer

create visualization in Kibana of a geographical map with heat map showing latitude/longitude of transactions

I have an application that handles payment network transactions (from MasterCard via a third party issuer processor). For an approved auth we're able to ascertain (via a separate third party) the latitude and longitude of the merchant store where…
Ryan.Bartsch
  • 3,698
  • 1
  • 26
  • 52
0
votes
0 answers

Kibana cannot capture the JSON logs start with "code" ="0000000"

Hello I am very new to elastic stack and I am trying to extract useful information based on the system logs (in JSON format) in Kibana. I am using filebeat to send to kibana in elastic cloud. Problem: basically, I cannot view the data i send to…
itayush
  • 3
  • 1
0
votes
0 answers

GKE and Google Elastic Cloud

We have GKE for our 5 environments and also we are using Google Elastic Cloud(Managed service) this have only two component ElasticSearch and Kibana. Best way to push GKE logs , if any body implement this the please guide me on this. I have two…
0
votes
1 answer

Filebeat is not forwarding nginx ingress controller logs

Filebeat 7.12.1 ECK operator 2.2 I'm trying to setup the filbeat for the Nginx-ingress access logs in my ECK stack (installed in GKE). I can access the logs directly in the pod but nothing is coming to my Kibana dashboard. I have set up two…
0
votes
1 answer

Elastic Search autocomplete/ partial matching for combines fields

I have my data in vehicle index: { "mappings": { "properties": { "@timestamp": { "type": "date" }, "@version": { "type": "text", "fields": { "keyword": { "type": "keyword", …
Saurabh Sharma
  • 4,894
  • 2
  • 15
  • 14
0
votes
1 answer

How to push logs from kubernetes to elastic cloud deployment?

I am trying to configure logstash and filebeat running in kubernetes to connect and push logs from kubernetes cluster to my deployment in the elastic cloud. I have configured the logstash.yaml file with host, username and password, please find the…
0
votes
1 answer

Elastic Cloud | How and why to handle Kibana resources when creating deploy

I am wondering which would be the reasons/use-cases that would require to assign Kibana high RAM, CPU and zone resources. I mean, it's clear what does this means for Elasticsearch component (I/O efficiency). But how these variables affect Kibana…
juanmac
  • 121
  • 1
  • 12
0
votes
1 answer

how to match a related data if incorrectly texted a keyword in elastic search

I have a document contain title with "Hard work & Success". I need to do a search for this document. And if I typed "Hardwork" (without spacing) it didn't returning any value. but if I typed "hard work" then it is returning the document. this is the…
0
votes
1 answer

Where does Beats send the data?

I have a theoretical question about Beats. If I understand correctly, Logstach allows to easily parse the received data and ingest it to ElasticSearch. So my question is, does Beats send the retrieved information directly to a Logstach profile or…
0
votes
1 answer

What is the best way to design an ingestion pipeline that pulls data from Snowflake into ElasticSearch Cloud

I have newly subscribed to elastic platinum license to use elastic cloud services. I want to design the ingestion pipelines, which would pull data from snowflake data warehouse into the elasticsearch service. I have explored and found following…
neo
  • 425
  • 3
  • 11
0
votes
1 answer

How to create a filter on 2 fields in an alias?

I am looking to create an alias of an index that would retrieve information according to one of 2 filters. One or the other, an "OR" in fact. For example: PUT .internal.alerts-security.alerts-jse-000001/_alias/.alerts-security.alerts-global-overview…
1 2 3
8 9