You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Manoj (Jira)" <ji...@apache.org> on 2020/10/24 16:31:00 UTC

[jira] [Commented] (FINERACT-1241) Elastic wb hook

    [ https://issues.apache.org/jira/browse/FINERACT-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17220137#comment-17220137 ] 

Manoj commented on FINERACT-1241:
---------------------------------

add hook with name 'Elastic Search' and add following properties:

 


INSERT INTO m_hook_configuration
(hook_id, field_type, field_name, field_value)
VALUES( (select id from m_hook where name ='Elastic Search'), 'string', 'Index Name', 'fyn_elastic');
INSERT INTO m_hook_configuration
( hook_id, field_type, field_name, field_value)
VALUES( (select id from m_hook where name ='Elastic Search'), 'string', 'Payload URL', 'http://localhost:9200/fyn_elastic/_doc');
INSERT INTO m_hook_configuration
( hook_id, field_type, field_name, field_value)
VALUES( (select id from m_hook where name ='Elastic Search'), 'string', 'Content Type', 'json');

> Elastic wb hook
> ---------------
>
>                 Key: FINERACT-1241
>                 URL: https://issues.apache.org/jira/browse/FINERACT-1241
>             Project: Apache Fineract
>          Issue Type: Improvement
>            Reporter: Manoj
>            Priority: Minor
>
> Elastic web hook to push events to elastic search for analytics purpose.
> Extend the Fieract hooks to include elastic push feature.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)