search for: elasticsearch

Displaying 20 results from an estimated 121 matches for "elasticsearch".

2013 Oct 24
0
Error 400 on SERVER: Could not match - Why ?
hi, Could someone tell me what''s wrong in my statements? err: Could not retrieve catalog from remote server: Error 400 on SERVER: > Could not match ''elasticsearch::java'': at > /etc/puppet/environments/production/modules/elasticsearch/manifests/init.pp:35 init.pp : class elasticsearch( $ensure = $elasticsearch::params::ensure, $heap_size = $elasticsearch::params::heap_size, $master = $elasticsearch::params::master, $h...
2016 Jul 28
2
ElasticSearch Logrotate not working
Hey guys, I have this log rotation script setup in my /etc/logrotate.d folder /var/log/elasticsearch/*.log { daily rotate 100 size 50M copytruncate compress delaycompress missingok notifempty create 644 elasticsearch elasticsearch } And I notice that log files are still being generated that are upwards of 7 or 8 GBs. Can anyone point out to me where the script...
2019 Feb 19
3
elasticsearch connection refused
Hallo, is anyone here using elasticsearch on centos? I tried several configs to configure external access but nothing is working. My tests: telnet localhost or 127.0.0.1 9200 works local on the machine telnet 192.168.242.4 9200 connection refused local on the machine. So it is clear that access from other systems can not work. Is there p...
2020 Mar 21
2
How to implement Spotlight support using ElasticSearch
Samba 4.12 release notes <https://www.samba.org/samba/history/samba-4.12.0.html> mention "New Spotlight backend for Elasticsearch" and specify some new parameters for smb.conf, but there appear to be zero guides or further instructions for getting this to work. I'm not even clear how filesystem indexing is supposed to work. ElasticSearch appears to be simply a searchable database system that needs to be combined wit...
2019 Feb 19
3
elasticsearch connection refused
Am 19.02.2019 um 13:55 schrieb Ionut Hoza: > Hi Ralf, > > You should check you firewall configuration ... most probably you need to > allow port 9200. > Also check if elasticsearch service is listening on all interfaces or just > localhost (127.0.0.1). Hallo, the firewall is disabled. I tried several variations in the config-file. 0.0.0.0 192.168.242.4 Only 127.0.0.1 is working buth only withz local access. Ralf
2019 Sep 19
2
fts-elastic plugin
Hi all, I have recently worked on fts plugin for ElasticSearch. https://github.com/filiphanes/fts-elastic It is forked from fts-elasticsearch as you can see in PR https://github.com/atkinsj/fts-elasticsearch/pull/21 with following changes (maybe some more) - no duplicate json keys in indexed documents, so compatible with ES 7.x - 1 elastic index for all...
2016 Jul 28
0
ElasticSearch Logrotate not working
On 07/28/2016 07:40 AM, Tim Dunphy wrote: > Hey guys, > > I have this log rotation script setup in my /etc/logrotate.d folder > > /var/log/elasticsearch/*.log { > daily > rotate 100 > size 50M > copytruncate > compress > delaycompress > missingok > notifempty > create 644 elasticsearch elasticsearch > } > > And I notice that log files are still being generated that are upwards...
2019 Feb 19
3
elasticsearch connection refused
On Tue, 2019-02-19 at 14:17 +0000, Laack, Andrea P wrote: > Selinux will not allow connections on other than default http ports. > > semanage port -m -t http_port_t -p tcp 9200 It's not a web server port - elasticsearch is a database. P.
2015 Jun 23
2
About Xapian vs ElasticSearch
I was looking for performance comparisons. I just found this link (http://blog.inoi.fi/2010/10/migrating-from-xapian-to-elasticsearch.html <http://blog.inoi.fi/2010/10/migrating-from-xapian-to-elasticsearch.html>). This was write on 2010. Could someone comment it ? Is There some truth in what he said? I hate java, and didn?t want to back to java search engines...
2013 Jun 08
1
Multicast panic caused by elasticsearch
Hi, I was experimenting with Logstash + elasticsearch on FreeBSD 9 - initially I downloaded it by hand (I forgot to check for a port) and it worked fine. I then tried the port and this forced me to use a different java version (was jdk-16.0.3p4_25 now openjdk6-b27) and it seems that the new one causes a panic. Unfortunately crashdumps aren't wor...
2015 Jan 12
1
Initial development work on fts-elasticsearch
Hi all, I have started work on an ElasticSearch FTS plugin for Dovecot. It's available now on GitHub at: https://github.com/ascendantcom/fts-elasticsearch Please note that it is still in heavy development right now. It supports indexing, searching and expunging with some caveats (no multi-mailbox search or attachments). Pull requests, su...
2020 Sep 17
2
Spotlight with Elasticsearch
Hi, Is anyone using Spotlight with Elasticsearch in production and what kind of tweaking have you had to do? Certain search types seem to work out of the box, but others not. Perhaps fscrawler and Elasticsearch need some customization that the wiki doesn?t mention. There also seems to be a difference in using the main search box in the Finder win...
2013 Jun 26
2
Dovecot FTS using ElasticSearch
Hi, I would like to know if is possible to use ElasticSearch instead of Solr for FTS. Regards, Erick Vitor de Barros.
2023 Nov 06
1
Spotlight issues
Hello, yes sadly update 8.9 of elasticsearch broke the samba integration. Seems like 8.10 is still broken. Stay on 8.8 until this is fixed. Ive emailed Ralph B?hme of Sernet already, but hes got no time for it atm. Im not sure about the second part of your bug report though: > There is a bug where when the samba server is running and f...
2019 Mar 08
1
syslog / logstah problem with timestamp
...ailed to > parse field [timestamp] of type [date]", > "caused_by"=>{"type"=>"illegal_argument_exception", > "reason"=>"Invalid format: \"Mar 8 11:13:54\""}}}}} [2019-03-08T11:13:47,125][WARN ][logstash.outputs.elasticsearch] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>nil, :_index=>"%{[@metadata][comline]}-%{[@metadata][version]}", :_type=>"doc", :routing=>nil}, #<LogStash::Event:0x3af3f839>], :response=>{"inde...
2017 Aug 28
3
Gluster documentation search
Hello folks, I spend some time today mucking about trying to figure out how to make our documentation search a better experience. The short answer is, search kind of works now. Long answer: mkdocs creates a client side file which is used for search. RTD overrides this by referring people to Elasticsearch. However, that doesn't clear out stale entries and we're plagued with a whole lot of stale entries. I've made some changes that other consumers of RTD have done to override our search to use the JS file rather than Elasticsearch. -- nigelb -------------- next part -------------- An HT...
2019 Feb 19
0
elasticsearch connection refused
Hi Ralf, You should check you firewall configuration ... most probably you need to allow port 9200. Also check if elasticsearch service is listening on all interfaces or just localhost (127.0.0.1). -I. On Tue, Feb 19, 2019 at 2:48 PM Ralf Prengel <ralf.prengel at rprengel.de> wrote: > Hallo, > is anyone here using elasticsearch on centos? > I tried several configs to configure external access but nothing...
2019 Feb 19
0
elasticsearch connection refused
...nections on other than default http ports. semanage port -m -t http_port_t -p tcp 9200 Andrea -----Original Message----- From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Ralf Prengel Sent: Tuesday, February 19, 2019 8:09 AM To: centos at centos.org Subject: {EXTERNAL} Re: [CentOS] elasticsearch connection refused Am 19.02.2019 um 13:55 schrieb Ionut Hoza: > Hi Ralf, > > You should check you firewall configuration ... most probably you need > to allow port 9200. > Also check if elasticsearch service is listening on all interfaces or > just localhost (127.0.0.1). Ha...
2019 Feb 22
1
elasticsearch connection refused
On 2019-02-19, Pete Biggs <pete at biggs.org.uk> wrote: > On Tue, 2019-02-19 at 14:26 +0000, Pete Biggs wrote: >> >> It's not a web server port - elasticsearch is a database. > > Sorry, that was a bit abrupt - yes, it sort of looks like a web server. It's a bit of both. It is queryable like a database, but it answers requests using HTTP methods. --keith -- kkeller at wombat.san-francisco.ca.us
2015 Jun 23
0
About Xapian vs ElasticSearch
...about xapian -- the support by Olly and others is superb. Michael > On Jun 23, 2015, at 6:42 PM, Carlos Pacheco <cep_forum at icloud.com> wrote: > > I was looking for performance comparisons. > > I just found this link (http://blog.inoi.fi/2010/10/migrating-from-xapian-to-elasticsearch.html <http://blog.inoi.fi/2010/10/migrating-from-xapian-to-elasticsearch.html>). > > This was write on 2010. > > Could someone comment it ? > Is There some truth in what he said? > > I hate java, and didn?t want to back to java search engines... > ________________...