elastic-stack Questions
0
I'm using elastic search cloud with a single index that has a single document. I'm using @elastic/elasticsearch latest version. I'm calling elastic search from Firebase cloud functions.
Here is ho...
Scad asked 31/8, 2019 at 21:33
3
Solved
I am having an issue in kibana. It does not show any results in the Discover tab.
Please look here for more information.
Do we have any Kibana alternatives that the community has used? I searche...
Este asked 16/10, 2015 at 0:19
2
Solved
Background:
I'm trying to use the Elastic stack (Elastic, Logstash & Kibana), but I have no money to pay. I don't mind using the parts that are closed source, as long as they are free. In this ...
Sheathbill asked 7/1, 2019 at 18:3
1
Return only matched source instead of returning the whole document of elastic search that contain that text
Suppose I have a data in this format,
POST /bookdb_index/book/_bulk
{ "index": { "_id":...
Cohn asked 18/7, 2019 at 16:28
1
Solved
I'm brand new to using the Elastic Stack so excuse my lack of knowledge on the subject. I'm running the Elastic Stack on a Windows 10, corporate work computer. I have Git Bash installed for a bash ...
Ib asked 11/7, 2019 at 21:41
4
Solved
I am wondering how to create separated indexes for different logs fetched into logstash (which were later passed onto elasticsearch), so that in kibana, I can define two indexes for them and discov...
Sivas asked 8/8, 2016 at 13:35
2
I have a service deployed to my Docker Swarm Cluster as global service (ELK Metricbeat).
I want to each of this service to have a hostname the same as the hostname of the running node (host)?
in ...
Bianka asked 6/6, 2017 at 8:45
1
I have a VPS with 1GB RAM. I want to find an alternative for ELK, because my vps server is too weak. I just need to get logs from logstash and visualize its on the some web gui.
Liddell asked 24/3, 2019 at 11:2
1
Solved
Is there any possibility to split multiple times in timelion?
Currently I use an expression like this:
.es(q='name:*jvm*', metric=avg:mean, split=name.keyword:10)
.label(regex='.*whatever\.(.*) ...
Auvergne asked 12/11, 2018 at 11:14
3
Solved
we are building an opensource application which needs elasticsearch security feature. i am trying to find if the security feature is free for elastic search. elastic search website says Xpack is op...
Skidmore asked 8/11, 2018 at 3:35
1
Solved
I can delete a document by passing the index name , type and id like this-
DeleteRequest deleteRequest = new DeleteRequest(data.getIndexName(),data.getType(),data.getUniqueId());
DeleteResponse ...
Expression asked 2/4, 2019 at 8:56
2
I've created a custom helm chart with elastic-stack as a subchart with following configurations.
# requirements.yaml
dependencies:
- name: elastic-stack
version: 1.5.0
repository: '@stable'
#...
Karafuto asked 25/3, 2019 at 12:46
2
Solved
Or I am really bad at searching or there is no detailed comparison between App Insights and ELK stack ?
All monitoring is going to be used for simple Web API, there going to be tons of end points ...
Heretical asked 12/2, 2019 at 12:15
2
Solved
I have products with categories field. Using the aggregation I can get the full categories with all subcategories. I want to limit the levels in the facet.
e.g. I have the facets like:
auto, tool...
Breakthrough asked 23/10, 2018 at 3:36
1
I am using ELK stack along with log4j 2 via sl4j with json pattern layout to log messages. All my logs are logged as json messages.Also in one of my logs I am trying to log the json response receiv...
Reconcilable asked 22/8, 2016 at 12:10
2
Solved
I've just set up an Elastic Cloud deployment and was wondering why my endpoint has a specific port (9243) while the default HTTPS one, 443, also works?
Will this behaviour change in the future? ...
Mooned asked 18/12, 2018 at 8:44
2
Solved
I have 6 instances of type m3.large.elasticsearch and storage type instance.
I don't really get what does Average, Minimum, Maximum ..mean here?
I am not getting any logs into my cluster right ...
Cottage asked 14/7, 2016 at 19:55
1
Solved
I use default nginx image and Filebeat to read logs and send them to ELK.
Both containers (nginx container and Filebeat container) are on the same host machone.
Here is Dockerfile for nginx image
...
Sudatory asked 11/12, 2018 at 12:59
1
I need a query using match_phrase along with fuzzy matching. However I'm not able to find any documentation to construct such a query. Also, when I try combining the queries(one within another), it...
Pleurisy asked 29/11, 2018 at 14:18
1
I recently upgraded my ELK stack (logstash 2.3.4 using redis 3.2.3, Elasticsearch 2.3.5 and Kibana 4.5.4) from (logstash 1.4.1/1.4.2 using redis 2.8.24, Elasticsearch 1.2.2 and Kibana 3.1.1). The u...
Garik asked 6/2, 2017 at 17:56
2
I am using ELK with filebeat. I am sending logs from filebeat to Logstash and from there to Elastic and visualizing in Kibana.
I am pasting the json result that is displayed in kibana's log result...
Eggshaped asked 29/10, 2018 at 12:11
2
Solved
I have been studying online about ELK stack for my new project.
Although most of the tech blogs are about how to set ELK up.
Although I need more information to begin with.
What is Logstash ? F...
Dearr asked 6/6, 2017 at 11:14
1
Solved
I have Elastic Search Nest library code and need to mock the response i am getting from elastic search index.
var obj = service.Search<TestDocument>(new student().Query());
var Name= obj.Agg...
Glassy asked 24/10, 2018 at 13:1
1
Solved
I have a index that returns jobs in different languages.
I need to search similar jobs as per a single text that to a single language. So let's say, I have set 1 as LanguageId for English. And I ...
Stopcock asked 22/10, 2018 at 15:48
0
We are using Elastic 6.0 and Nest with 1 primary and 3 replicas. Sometimes when we run a query it would return empty results and when we immediately run it again it would return the appropriate res...
Glow asked 20/9, 2018 at 16:14
© 2022 - 2024 — McMap. All rights reserved.