Questions tagged [elastic-cloud]
134 questions
0
votes
1 answer
How to submit queries from the elastic cloud api console?
I'm new to the elastic-cloud interface. It allows to chooose operations get, post, put and del. I'm trying to submit queries, but I don't know the precise syntax. For instance:
tweet/_search?q=something
works, but:
tweet/_search?q={ …

RafaelCaballero
- 1,555
- 2
- 17
- 24
0
votes
2 answers
ECK (Elastic cloud on kubernetes) with elastic version 6.8.8
The containers are not coming up, its failing with the below error. Does eck support elastic 6.8.8?
Caused by: java.lang.IllegalArgumentException: unknown setting [discovery.seed_providers] please check that any required plugins are installed, or…

Minisha
- 2,117
- 2
- 25
- 56
0
votes
1 answer
Tunnel between aws ec2 instance and elastic cloud deployment
We have an elasticsearch service deployment at elastic.co. During the creation of the deployment "AWS" was chosen as the cloud platform. We are given an endpoint URL that resolves to a public IP address.
Also, we have an AWS account that has…

Sajeeva Lakmal
- 157
- 3
- 17
0
votes
1 answer
How to enable cross cluster replication in elastic cloud
I created a two node deployment in elastic cloud sometime back. Now I need to ensure my cluster data survives in case of a region failure. To to that, I believe, we need to configure cross-cluster-replication. I have following…

Sajeeva Lakmal
- 157
- 3
- 17
0
votes
0 answers
Adding fuzziness to an ElasticSearch prefix query
I have two documents:
{id: 1, name: "james"}
{id: 2, name: "james kennedy"}
I am using the match_bool_prefix API for autocomplete, and I would like to be able to match the document with id: 1 even if I incorrectly spell james.
Query: jamis
Desired…

TheNastyOne
- 965
- 11
- 19
0
votes
1 answer
What is the process name of Metricbeat? ( To stop the Metricbeat)
I'm trying out Elastic cloud. I've downloaded Metricbeat- System metrics (Windows version) and set it up on my local computer. I configured it so that I can see my local computer's memory, cpu, disk space, etc on my dashboard in Kibana on Cloud…

Jin Lee
- 3,194
- 12
- 46
- 86
0
votes
2 answers
How to specify a URL in Grafana for DB applications(Elasticsearch) on Cloud
I'm trying to use Elastic Cloud(Elasticsearch) as data source in Grafana.
In the below, I'm trying to type a url for that Elastic server(service) in the cloud.
My Elastic Cloud has these three applications running.
I tried copying endpoint URL…

Jin Lee
- 3,194
- 12
- 46
- 86
0
votes
0 answers
securing Elasticsearch cluster on Elastic Cloud
What is the best way to secure a connection between an Elasticsearch cluster hosted on Elastic Cloud and a backend given that we have hundreds of thousands of users and that I want to handle the authorization logic on the backend itself not on…

tsnobip
- 289
- 2
- 8
0
votes
1 answer
Receiving "Empty configuration for pipeline_id" error when try send data from logstash to Elastic Cloud
Additional info:
Logstash version: 6.3.1
OS: macOS 10.13.4
Elastic Search: 6.2.24 on Elastic Cloud
Kibana: 6.2.24 on Elastic Cloud
Problem:
Hi,
I'm trying send data from logstash to Elastic Cloud, but i'm receiving the follow error when logstash…

Mauricio Rodrigues
- 757
- 6
- 9
0
votes
1 answer
How to search for a data in elasticsearch?
Recently I followed a tutorial provided in the elasticsearch site to push data to elastic cloud and I have successfully been able to do that.
https://www.youtube.com/watch?v=oMmLNbJPF-M
I am also able to post a sample document and search for a term…

Souvik Ray
- 2,899
- 5
- 38
- 70
0
votes
2 answers
Elasticsearch Fluid research
I'm currently using Elasticsearch with Vue.js and I added a search bar so when I search words it showed me what I want but when I search "usa" it go on and off for earch letter it's not fluid.
Do you have any ideas to what I have to use to solve…

Virtualbees
- 1
- 6
0
votes
2 answers
Elastic search to many aggregations: Unable to connect to the server
When I in Elastic Search 5.2.0 have more than 64 aggregations it fails with:
{
"ok": false,
"message": "Unable to connect to the server."
}
This problem is related to Elastic Cloud - I have tested on a local elastic instance and it does not…

Morten Holmgaard
- 7,484
- 8
- 63
- 85
-1
votes
1 answer
Shard Management in Lucene and Elasticsearch
Im facing the problem of setting up a production ready elasticsearch cluster.
At the moment im storing only the testing logfiles in elasticsearch.
So far so good, but since we have Production Logs of 1TB per Day
i was wondering how to setup an…

Raynigon
- 660
- 1
- 9
- 21
-2
votes
0 answers
Do I get the Elastic Cloud on Azure cheaper with SQL Server Core licenses?
I have seen that companies with SQL server core licenses do get Azure Cloud cheaper (sometimes even for the infrastructure costs), but is that also possible for the Elasticsearch Service on the Elastic Cloud?
Or is it also possible to host…