Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged Elasticsearch

0 votes
612 views
1 answer
    When i see results in Kibana, i see that there are no fields from JSON, more over, message field contains only ... "NORMAL","status":"FAILED"}] See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
606 views
1 answer
    I have a website field of a document indexed in elastic search. Example value: http://example.com . The problem is that when ... } } } } } } } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
886 views
1 answer
    I am building a proof of concept using Elasticsearch Logstash and Kibana for one of my projects. I have the ... who views the dashboard. Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
965 views
1 answer
    I am using spring-data-elasticsearch and elasticsearch together to query documents. I'd like to do nested ... make that mapping happens ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
784 views
1 answer
    How can I filter documents that have a field which is an array and has more than N elements? How can I filter ... the solution? If so, how? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
821 views
1 answer
    Example query: GET hostname:port /myIndex/_search { "size": 10000, "query": { "term": { "field": "myField ... documents for a GET search query? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
627 views
1 answer
    I was looking at http://euphonious-intuition.com/2012/08/more-complicated-mapping-in-elasticsearch/ which ... different analyzers are useful. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
434 views
1 answer
    I am trying to recreate this example using the Java API more or less. I think all I need is to add a mapping ... ).toString(); return name; } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
480 views
1 answer
    i try to execute this commands via a bash script but i get these errors: #!/bin/bash curl -XPOST 'localhost:9200 ... [my_index]]]","status":400} See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
499 views
1 answer
    Take the following aggregation query as an example: { "query": { "match_all": {} }, "aggs": { " ... another/better solution? Thanks in advance See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
624 views
1 answer
    I'm using only kibana to search ElasticSearch and i have several fields that can only take a few values ( ... i find my tests inconclusive. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
745 views
1 answer
    Hi i am trying to search data in elastic search using spring RestTemplate. ElasticSearch have user name and password and ... e.getMessage()); } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
617 views
1 answer
    I am running Logstash 1.4.1, comparing to the latest, I can't find anywhere in my installation folders contains ... do this. Thanks very much! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
597 views
1 answer
    I have ELK configured for collecting data offline, the log files look something like this : Info 2015-08- ... time to the disconnection message. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
451 views
1 answer
    I'm using the official elasticsearch Docker image instead of setting up my own elastic search instance. And ... inside the running container? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
641 views
1 answer
    I'm trying to implement autocomplete using Elasticsearch thinking that I understand how to do it... I'm trying ... using any of these things? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
549 views
1 answer
    I want to get the counts of groups which satisfy a certain condition. In SQL terms, I want to do the ... results. More details are here. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
695 views
1 answer
    I know one can delete all documents from a certain type via deleteByQuery. Example: curl -XDELETE 'http:// ... not work. Link to deleteByQuery See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
648 views
1 answer
    Assuming I have 5 machines I want to run an elasticsearch cluster on, and they are all connected to a ... or is it handled automatically? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
782 views
1 answer
    If I add a document with several fields to an Elasticsearch index, when I view it in Kibana, I get each time ... other (without keyword) is not. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I am using logstash jdbc to keep the things syncd between mysql and elasticsearch. Its working fine for one table. ... > "localhost:9200" } } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
565 views
1 answer
    I have an elasticsearch cluster with 3 indexes: /users/user /events/visit /events/register /pages/page ... possible? Maybe integrating hadoop? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
696 views
1 answer
    I use Elasticsearch 1.4.4 in my development machine (a single notebook). Everything is set as default because I never ... I can edit to set it? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
702 views
1 answer
    I used the following piece of code to create an index in logstash.conf output { stdout {codec => rubydebug} elasticsearch ... ? I'm new to ELK. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
752 views
1 answer
    I've read the blog post on ES regarding versioning. However, I'd like to be able to get the previous " ... one that integrates well with ES.) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I've upgraded my Elasticsearch cluster from 1.1 to 1.2 and I have errors when indexing a somewhat big ... analyzer" for a not_analyzed field. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
774 views
1 answer
    In elasticsearch what is the max limit to specify the value in the number of values a match can be performed ... impact on increasing the limit? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
708 views
1 answer
    my cluster is with yellow status because some shards are unassigned. what to do with this? I tried set cluster ... 10, unassigned_shards: 758 } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...