You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

The Elasticsearch Cache Lookup is a workflow component for Aspire.


Elastic Cache Lookup
Factory Namecom.accenture.aspire:aspire-elastic-cache-lookup
subTypejob-input
InputsThe field from which you want to get the value and a field to be created in the aspire doucument
OutputsAspire object that contains a subjob with metadata and checked out content extracted from a specific index in Elasticsearch

Configuration


This section lists all configuration parameters available to configure the Elastic Cache Lookup component.


ElementTypeDefaultDescription
Elasticsearch SettingsServer urltext-Complete Url where the feeds are going to be send. e.g. http://localhost:9200/bulk_
AuthenticationalternativesNoneUser with the permissions to read from the Elastic index specified
Indextext

Connection SettingsIdle connection timeoutnumber3600000Maximum time (in milliseconds) to keep an idle connection open.
Max connectionsnumber100Maximum number of connections to be opened.
Connections per targetnumber10
Connection timeoutnumber15000
Socket timeoutnumber15000
Connection throttlingbooleanfalse
Throttling settingsnumber5000
Max connections per periodnumber500
Maximum retriesnumber3
Retry delaynumber5000

Example Configuration


Simple

 


Complex

 



  • No labels