Elasticsearch | |
See also OpenSearch and Manticore Search "Elasticsearch is a distributed, RESTful, free/open source search server based on Apache Lucene." Elasticsearch brings faster search, better search and some Natural Language Processing features. It is interoperable with Tiki, starting in Tiki12. |
1.1. Features enabled by Elasticsearch | |
|
1.2. How to configure | |
Configurable from tiki-admin.php?page=search
|
1.3. One server vs a cluster | |
Elasticsearch can be installed as a cluster of servers but can also run on the same server as Tiki. If you have a very high volume of content and have performance issues, you can install on a separate server, set up a cluster or get it as SaaS. You should not install Elasticsearch on a server that has a small amount of RAM (ex.: 1 gig) |
1.4. Support matrix | ||||||||||||
.x means the latest release of that branch
|
1.5. Factoids | |
|
1.6. Video | |
[+]
|
1.7. Installation | |
|
1.8. Peculiarities | |
1.9. GUI | |
|
1.10. Kibana | |
Kibana: https://www.elastic.co/products/kibana. Some installation notes:
ProxyRequests On ProxyPass /app/kibana http://127.0.0.1:5601/app/kibana ProxyPassReverse /app/kibana http://127.0.0.1:5601/app/kibana ProxyPass /bundles http://127.0.0.1:5601/bundles ProxyPassReverse /bundles http://127.0.0.1:5601/bundles ProxyPass /elasticsearch http://127.0.0.1:9200/ ProxyPassReverse /elasticsearch http://127.0.0.1:9200/ # One of these blocks is probably redundant, and you need to make the htpasswd.users file yourself Note: You need to get the right version of Kibana to match your version of Elastic, I am currently on Elastic 2.4 with Kibana 4.6
|
1.11. SaaS options | |
Version:
Version:
Bonsai site link
Version:
Scalefastr site link
Version:
QBox site link
Version:
Searchly site link
Version:
Logz site link
Version:
ObjectRocket site link
Version:
|
1.12. Related | |
alias
|