elasticsearch-indices Questions

2

Solved

I'm working on an application that creates N indices and N aliases, and there's a one-to-one correspondence between these indices and aliases. But once in a while, I instead get N indices and N-1 a...
Oskar asked 23/3, 2020 at 18:48

2

Solved

I have a question about elasticsearch index template, there is a scene of my question. Create a template for a series indices, named templateA, and there are some indices create from this template...

2

Solved

I have set a simple ILM policy on my fluentd.* indices to be deleted after (for testing - ) a short period of time. ILM: PUT _ilm/policy/fluentd { "policy": { "phases": { "hot": { "min_age": ...
Mangrum asked 22/1, 2020 at 11:59

2

I need a list of index names from Elasticsearch that match a certain pattern. Using Kibana I've no problem doing this, but I simply can't figure out how to do the same with the Elasticsearch-PHP cl...
Salesmanship asked 20/4, 2018 at 11:48

1

Solved

I am trying to get the actual size of index (not the store) in elasticsearch. I used the indices API to get the stats. GET doc/_stats Is "indexing"-"index_total" actual index size? "total": { ...
Waterlog asked 25/11, 2018 at 21:6

1

This question is about choosing the type of database to run queries on for an application. Keeping other factors aside for the moment, and given that the choice is between mongodb and elastic, the ...

2

Solved

Something happened during the night to my ES cluster (composed of 5 data nodes, 3 master nodes). I have no idea what happened but all the indices and data were deleted and the cluster entered a &qu...
Arriola asked 3/8, 2016 at 5:58

5

Solved

I am working on Sonarqube 5.1. It used to work fine earlier, later i got this no space left on device error.So i have deleted some unwanted files and restarted the service. Now i can see that the s...

1

Solved

When I import the index everything works fine (including relations). The problem is that the main model does not watch over relations. When I update a relation, the index is not updated too. Is...
Jedthus asked 9/10, 2016 at 7:53

3

I am trying to index documents on elastic search, which have attribute value pairs. Example documents: { id: 1, name: "metamorphosis", author: "franz kafka" } { id: 2, name: "techcorp laptop...
Mammy asked 18/2, 2015 at 12:42

1

I was using this curl command line to clean my indices: curl -XDELETE http://example.com/my_index-* But, now, I want to delete my_index-.*[.][0-3][0-9]: to delete only my_index-YYYY.MM.dd to k...
Asthmatic asked 4/7, 2017 at 10:44
1

© 2022 - 2024 — McMap. All rights reserved.