clear
query|
facets|
time |
Search criteria: .
Results from 1 to 10 from
82 (0.0s).
|
|
|
Loading phrases to help you refine your search...
|
Stop elasticsearch from updating automatically -
ElasticSearch - [mail # user]
|
...You could PIN the version in apt.https://help.ubuntu.com/community/PinningHowto---... |
|
|
Author: A_B
, 2018-04-17, 10:19
|
|
|
|
[expand - 1 more]
[collapse]
-
FileBeat - Kibana - ES Issue -
ElasticSearch - [mail # user]
|
...That is a very tricky situation then... Not sure if you can solve that with just Filebeat...You could have something splitting the original log file and then writing new files that are picke... |
|
|
Author: A_B
, 2018-04-06, 14:48
|
|
|
|
FileBeat - Kibana - ES Issue - ElasticSearch - [mail # user]
|
...I have struggled with similar issues...If it is possible to split the two types in to their own log files, that would be one way to go. You would have type1.log and type2.log. You could then... |
|
|
Author: A_B ,
2018-04-06, 14:12
|
|
|
|
|
Can't start elasticsearch service -
ElasticSearch - [mail # user]
|
...Did you check `/tmp/hs_err_pid2210.log`? How much RAM does your VM have?`There is insufficient memory for Native memory allocation (mmap)`---... |
|
|
Author: A_B
, 2018-04-06, 14:16
|
|
|
|
[expand - 1 more]
[collapse]
-
Can i doing mathematical calculation in elasticsearch? -
ElasticSearch - [mail # user]
|
...For Elasticsearch version do> curl http://ES_machine_name:9200---... |
|
|
Author: A_B
, 2018-04-05, 10:01
|
|
|
|
Can i doing mathematical calculation in elasticsearch? - ElasticSearch - [mail # user]
|
...You can try different versions of Kibana. You can install Kibana anywhere where it can communicate with Elasticsearch.Which version of Elasticsearch do you use?The only restriction I know of... |
|
|
Author: A_B ,
2018-04-05, 09:02
|
|
|
|
|
Elasticsearch-Curator -
ElasticSearch - [mail # user]
|
...I have a cron job running curator daily.As far as I know curator has no built-in scheduling.---... |
|
|
Author: A_B
, 2018-04-05, 09:04
|
|
|
|
[expand - 1 more]
[collapse]
-
ES Curator Date -
ElasticSearch - [mail # user]
|
...Did you try `' `? Still haven't looked at documentation so also a guess...---... |
|
|
Author: A_B
, 2018-03-16, 07:58
|
|
|
|
ES Curator Date - ElasticSearch - [mail # user]
|
...This is just a wild guess...Your `/M` will return only whole months. Kind of which month are you in, which is 3. 3+1 = 4.The index is created for the start of the 4th month.Just `+1M` should... |
|
|
Author: A_B ,
2018-03-15, 16:34
|
|
|
|
|
[expand - 1 more]
[collapse]
-
Elastic search Indexes -
ElasticSearch - [mail # user]
|
...It's the default for Elasticsearch output in Logstashhttps://www.elastic.co/guide/en/logstash/current/plugins-outputs-elasticsearch.html#plugins-outputs-elasticsearch-index---... |
|
|
Author: A_B
, 2018-02-27, 14:42
|
|
|
|
Elastic search Indexes - ElasticSearch - [mail # user]
|
...I would say daily indices. I have Logstash creating a new Elasticsearch index everyday and then I can set a "retention period" with [Curator](https://www.elastic.co/guide/en/elasticsearch/cl... |
|
|
Author: A_B ,
2018-02-27, 12:24
|
|
|
|
|
[expand - 2 more]
[collapse]
-
Error in elasticsearch logs -
ElasticSearch - [mail # user]
|
...Well, looks like the _type_ is ok. Just the number is too large.Is that a field you really _need_?Some possible ways to deal with this. None of them are great but this is what I have done be... |
|
|
Author: A_B
, 2018-02-02, 14:59
|
|
|
|
Error in elasticsearch logs - ElasticSearch - [mail # user]
|
...Does `GET logstash-2018.02.02/_mapping` also show it as number?I'm not on ES6 yet so this is a bit of guess work... I have had fields that should be one type, be something else because the f... |
|
|
Author: A_B ,
2018-02-02, 14:07
|
|
|
Error in elasticsearch logs - ElasticSearch - [mail # user]
|
...What is the filed type for `force_matching_signature` in the index mapping?> org.elasticsearch.index.mapper.MapperParsingException: failed to parse [force_matching_signature]at org.elasti... |
|
|
Author: A_B ,
2018-02-02, 13:44
|
|
|
|
|
[expand - 1 more]
[collapse]
-
Error : Limit of total fields [1000] in index has been exceeded -
ElasticSearch - [mail # user]
|
...The `GET` commands look really similar :stuck_out_tongue: GET test_jiraThat should show you all fields. Maybe that will help figure out what's going on. Sounds like very verbose... |
|
|
Author: A_B
, 2018-02-02, 14:25
|
|
|
|
ELK multiple NODE on 2 server -
ElasticSearch - [mail # user]
|
...You might have a rogue elasticsearch node running already that is called `elk1`. That would be the first I would check :)---... |
|
|
Author: A_B
, 2018-02-01, 17:27
|
|
|
|
|