seunjeon elasticsearch plugin for es 7.9.1 - elasticsearch

I need to build Elasticsearch seunjeon plugin for Elasticsearch 7.9.1. The codebase at https://bitbucket.org/eunjeon/seunjeon/src/master/elasticsearch/ allows building the plugin for Elasticsearch 6.x. I am not sure how to build the plugin targeted towards 7.9.x.
Any help is appreciated.

I've recently patched seunjeon for Elasticsearch 7. I think it'll help you a lot.
https://github.com/likejazz/seunjeon-elasticsearch-7
And I've also uploaded version 7.9.1 for you. so you can easy to install as shown below:
$ bin/elasticsearch-plugin install https://github.com/likejazz/seunjeon-elasticsearch-7/releases/download/7.9.1/analysis-seunjeon-7.9.1.zip

Related

Cannot find geoserver-2.17-SNAPSHOT-spatialite-plugin.zip

Folks I am creating a new install of GeoServer. Now attempting to install the spatialite plugin. (geoserver-2.17-SNAPSHOT-spatialite-plugin.zip)
However plugin is not in the 2.17 community latest:
https://build.geoserver.org/geoserver/2.17.x/community-latest/
According to the GeoServer instructions, that is the correct location:
https://docs.geoserver.org/stable/en/user/community/spatialite/index.html#spatialite-install
Any help finding the 2.17 spatialite plugin would be appreciated.
The spatialite datastore was killed off sometime ago. See https://github.com/geoserver/geoserver/commit/aaa66d89add2759f152caf4fe94b4e79cac251a2
I was able to get the spatialite datastore working!
Here are the steps:
Copy older version of SpatiaLite Plugin: (to geoserver\WEB-INF\lib)
geoserver-2.7-SNAPSHOT-spatialite-plugin.zip
Copy the supporting GEOS/PROJ libs to the C:\WINDOWS\system32 folder:
spatialite-libs-win-x86.zip
Make sure you have also installed the sqlite plugin from 2.17:
geoserver-2.17-SNAPSHOT-gwc-sqlite-plugin.zip

Is Stormcrawler v1.14 compatible with Elasticsearch 6.7.x?

In the completed tasks list for Stormcrawler 1.14 I see both "Upgrade to Elasticsearch 7.0.x" and "ES 6.70 dependency elasticsearch" listed. Does that mean that 1.14 is compatible with both?
I ask this mostly because I was attempting to use mvn archetype:generate to generate a 1.13 stormcrawler, and got the message: Archetype repository not defined. Using the one from [com.digitalpebble.stormcrawler:storm-crawler-archetype:1.14] found in catalog remote. We are on ES 6.7.1 so I am wondering if 1.14 is compatible or if I need to somehow manually load 1.13. Thanks!
No, StormCrawler 1.14 is not compatible with Elasticsearch 6.7. I've even tried to access an 6.7 index with StormCrawler 1.14 - it does not work, at least not with the status index. There has been an upgrade to 6.7 during the development on 1.14, the upgrade to 7.0 happened shortly before the release of 1.14.

ElasticSearch Kibana bin folder doesn't have plugin.bat

I am trying to setup Elastisearch on my Windows 10 PC. Just downloaded the lastest version of Kibana (4.6.1) from the offical site:https://www.elastic.co/downloads/kibana
The strange thing is that under its bin folder, there is no plugin.bat which i want to use for installing marvel according to this page: https://www.elastic.co/downloads/marvel
Did I follow the wrong way to install or something wrong with the documentation?
I believe plugin is an option to the kibana.bat. See here.
There is an example too. "bin/kibana plugin -i elasticsearch/marvel/latest"

Elasticsearch use icu_tokenizer from ICU Analysis plugin

I am trying to install ICU Analysis plugin manually in Elasticsearch 1.4.0. I have downloaded elasticsearch-analysis-icu-2.4.1.jar, lucene-analyzers-icu-4.10.2.jar and icu4j-54.1.1.jar. The plugin appears normally in the console, but when I try to use icu_tokenizer, I get the following error:
NoClassDefFoundError[Could not initialize class org.apache.lucene.analysis.icu.segmentation.DefaultICUTokenizerConfig]
This class actually exists in lucene-analyzers-icu. Is there something I am missing?
Did you try using the plugin installer instead of downloading the jar files manually as suggested in the documentation?
./bin/plugin -install elasticsearch/elasticsearch-analysis-icu/2.6.0
Run the command and restart the server. The plugin will be registered and functional.
Document
sudo bin/elasticsearch-plugin install analysis-icu

Appfog - how to install latest version of Nodejs

In Appfog how to install the latest version of Nodejs/ and on the services provided, can Mongodb be upgraded to 2.4.x
Actually AppFog now has Node 0.10 and MongoDB 2.4.8.
AppFog does not support SPECIFIC versions of node, just version "families".
For example, to use 0.8.x, use the CLI:
af push --runtime=node08
This would give you 0.8.14 (at the time of this writing)
MongoDB 2.x support is planned in their road map...
See:
https://docs.appfog.com/languages/node
https://docs.appfog.com/roadmap#services

Resources