Questions tagged [elasticsearch-plugin]

Elasticsearch plugins are a way to enhance the basic elasticsearch functionality in a custom manner.

Elasticsearch Plugins are a way to enhance the basic elasticsearch functionality in a custom manner. They range from adding custom mapping types, custom analyzers (in a more built in fashion), native scripts, custom discovery and more.

See the Plugins documentation for more.

968 questions
0
votes
0 answers

Elasticsearch plugin development : Customising existing REST endpoints

Consider a scenario where every request to elasticsearch's HTTP endpoints has additional header information (set by an upstream server). I would like to use the header information in a request and some global configuration to allow or deny the…
0x777
  • 1
0
votes
2 answers

logstash Authentication error with shield

I'm getting the following error while trying to output data to elasticsearch from logstash: Failed to install template: [401] {"error":"AuthenticationException[unable to authenticate user [es_admin] for REST request…
0
votes
1 answer

JS File script error: missing ; before statement

I am trying to use a filescript for an update operation for elastic search. The filescript I am using is a javascript and I am not able to understand why its compilation fails. Following is the file: update-htext.js: import …
labyrinth
  • 1,104
  • 3
  • 11
  • 32
0
votes
1 answer

I want to add the ImagePlugin to the ElasticSearch

I want to add the ImagePlugin to the ElasticSearch. It will be added location is not connected network. so, I am trying to use download plugin from another connected network location. But even doing many times, same error message will be…
bunji
  • 39
  • 1
  • 3
0
votes
1 answer

camel elasticsearch access port 80

I have port 9200 proxied via 80 on my server running elasticsearch. I have a camel route that needs to index documents to this server. Is it supported in the camel-elasticsearch plugin? ie access elastic search via a non 9300 port? I understand…
user1189332
  • 1,773
  • 4
  • 26
  • 46
0
votes
1 answer

Cakephp3 ElasticSearch - How to get results

How do I get Data in Array format from a 'find('all')' call. $query->all ()->getResponse ()->getData ()['message'] gives me a json string '{\"_source[]....}' Below is my code sample use Cake\ElasticSearch\TypeRegistry; class…
MontrealDevOne
  • 1,034
  • 3
  • 17
  • 30
0
votes
1 answer

elasticsearch-cloud-aws plugin not working with IAM role

I am trying to set up an elasticsearch cluster on aws ec2 machines using elasticsearch-cloud-aws plugin. I followed instructions from the github readme file but wasn't able to make it work with IAM role set up. I am using ES 1.7.1 and plugin…
0
votes
1 answer

creating index with elasticsearch river

I am trying to poll the data from database table - User and populate in elasticsearch, I specify the index name in the "index" section giving a name, the index is being created as "jdbc". Thus I can only query it as "host/jdbc/_search what is this…
Eva Tomovska
  • 105
  • 2
  • 9
0
votes
1 answer

Elastic data node with shield

but it can't working after I setup shield I added user to elastic by command shield/esusers useradd es_admin -r admin This is my master node config cluster.name: vision node.name: "node_master" node.master: true node.data:…
hoangvu68
  • 845
  • 2
  • 13
  • 28
0
votes
1 answer

ElasticSearch boosting score with external system

I would like to integrate ElasticSearch with external system, over http/rest, for boosting score. I'm not ElasticSearch developer and I don't have too much experience with ElasticSearch. I can use Native Script for that, but there is a problem with…
MicTech
  • 42,457
  • 14
  • 62
  • 79
0
votes
0 answers

elastic search ports mismatch + timed out error

I was following this link: http://www.rubydoc.info/gems/elasticsearch-rails/0.1.7 to use "elastic-search" in my application but I have stuck due to silly error of ports mismatch. I get this: Connection refused - connect(2) for "localhost" port…
0
votes
0 answers

Elastic Search (NEST) cannot search documents content (PDF, MS Office, txt)

I am using "Nest" Elastic Search to index my documents. everything is working normally: indexing and retrieve Documents. I need to search the content of any document type, i installed the "mapper attachment types" plugin, and restarted the elastic…
0
votes
1 answer

ElasticSearch custom plugin unable to get from post request parameters

Hi I am writing custom plugin for elastic search, but I unable to get the parameter from the post request. @Inject public HelloRestHandler(Settings settings, RestController restController, Client esClient) { super(settings, restController,…
dor4
  • 3
  • 1
0
votes
2 answers

Elastic Search head plugin - Delete all records in an index

Can anyone please give me pointers on how to delete all records of an index using the head plugin of the elastic search? What we usually do is form the query like http://ElasticSearchServerURL/entities/entityName/uniqueIdentifierOfRecord and then…
nikhil
  • 155
  • 4
  • 12
0
votes
1 answer

Upgrade version of elasticsearch from 0.90.7 to 1.6.1

I am new in elasticsearch and I have by mistake installed 0.90.7 version in my server. Now I want to install shield for this I have to upgrade my elasticsearch version to 1.5 or above. So I need to Upgrade version without loosing existing data. Can…
Dixit Sourav
  • 350
  • 1
  • 3
  • 10