Questions tagged [elastic-cloud]
134 questions
0
votes
2 answers
Elastic search and nodejs connection
I am trying to create a node.js application with rest apis to query data present on elastic search app cloud. I have following the code for elasticsearch connection
var elasticsearch = require('elasticsearch');
var client = new…
user14713384
0
votes
1 answer
find elasticsearch service endpoint
I'm on my trial to test elasticcloud. But now I got problem to create pipeline from logstash to elasticcloud. Here is my logstash.conf output
output {
stdout{codec=>rubydebug}
elasticsearch
{
…

yuliansen
- 470
- 2
- 14
- 29
0
votes
1 answer
How to send data into Elastic Cloud from Java?
I want to insert (index) some data into Elastic Search running in Elastic Cloud in a Java application.
To do so, I wrote the following piece of code:
void sendStuffToElasticSearch() {
RestHighLevelClient client = null;
try {
client =…

Glory to Russia
- 17,289
- 56
- 182
- 325
0
votes
1 answer
Looks like you dont have any APM services installed. Lets add some
I am using elastic cloud. My Apm server is running on elastic cloud. But still in Kibana i can see the message "Looks like you don't have any APM services installed. Let's add some!".
My Elastic, Kibana and APM version is 7.8.1
I am trying to use…

Janmejay Kumar
- 309
- 2
- 7
0
votes
1 answer
Failed to get API Group-Resources
I am trying to deploy Elastic Cloud on kubernetes. When I first tried, I have managed to start elasticsearch on kubernetes cluster. But now for some reason, when I try to deploy same quickstart elasticsearch, it never even deploys a pod for it. No…

kara
- 130
- 1
- 11
0
votes
1 answer
Send logs from AWS to Elasticcloud
I am using Elasticcloud (hosted elasticsearch) to index my app data. Now I want to start streaming logs from my AWS lambda functions to my Elasticcloud account. I have googled and I can see that there are couple of ways to do…

Prim
- 1,312
- 5
- 25
- 51
0
votes
0 answers
Elastic search results are inconsistent - query on multiple shards
Setup
Fallowing is my ES setup.
Using Elastic Cloud
Have 3 shard with 3 replicas
Size is 5 GB(3.2 millions documents)
Problem Statement
While performing the wildcard search, its giving a different result each time. I believe that the search is…

Moulali Shaik
- 131
- 1
- 3
0
votes
0 answers
Search issue with elasticsearch nest - Routing Error. The path you have requested is invalid
I am trying out elasticsearch with nest
I have set up elastic cloud and uploaded json, so it has 3 documents now.
Sample json as below
{
"bookid":123456,
"bookname":"TEST - Book",
"team":"TeamA",
"booksubstatus":"Ready",
…

user12073359
- 289
- 1
- 11
0
votes
1 answer
Elastic.co APM with gke network policies
I have gke clusters, and I have elasticsearch deployments on elastic.co. Now on my gke cluster I have network policies for each pod with egress and ingress rules. My issue is that in order to use elastic APM I need to allow egress to my elastic…

CodeBird
- 3,883
- 2
- 20
- 35
0
votes
0 answers
Is there a native way to stream logs from Cloudwatch to an Elastic Cloud index
Like you can select a loggroup, and then stream this to an AWS ES trivially easy by selecting the loggroup and selecting Create Elasticsearch Subscription Filter can you do the same thing but to an Elasticsearch domain in Elastic Cloud?
I know you…

Derrops
- 7,651
- 5
- 30
- 60
0
votes
1 answer
Packetbeat does not add Kubernetes metadata
I've started a minikube (using Kubernetes 1.18.3) to test out ECK and specifically packetbeat. The minikube profile is called "packetbeat" (important, as that's the hostname for the Virtualbox VM as well) and I followed the ECK quickstart to get it…

Tim Stoop
- 346
- 1
- 12
0
votes
1 answer
Tracing request origin on Elastic Cloud
I have an old Elasticsearch cluster that shouldn't be getting traffic but somehow it still is. I have hundreds of services that could potentially be hitting it. I'm looking for a way to maybe capture the request origin so I can see where the…

M Oak
- 41
- 1
- 4
0
votes
1 answer
Use Curl command to access ElasticCloud-Kibana API secured by Azure AD
After I have integrated ElasticCloud with Azure AD for single sign-on, I am not able to use Curl command with AD authentication, here is what I am trying:
curl -X PUT -u myuser:mypassword "elasticcloudhost:port/myindex" -H 'kbn-xsrf: true' -H…

Matrix
- 2,399
- 5
- 28
- 53
0
votes
1 answer
Elastic Search GeoLocation not mapping to geo_point type using NEST
I am creating dynamic index using NEST (version 7.7.1) in C#. Data contains geo location which need to be stored as geo_point in elastic search (version 7.6.1 on elastic.co) index. But mapping is not happening. its always take it as object in place…
0
votes
1 answer
How to take snapshots of specific indices in Elastic Cloud Enterprise?
In Elastic Cloud UI, You can take snapshots/backup of your entire on-disk data and store it in a file shared system, say, Object Store S3.
How do I backup only certain indices instead of all with using Elastic Cloud UI only? Is there a way?
If…

bosari
- 1,922
- 1
- 19
- 38