Skip to content

Commit

Permalink
Change hostname placeholder to <BI_HOSTNAME> in GetInvocationDataApp.…
Browse files Browse the repository at this point in the history
…siddhi
  • Loading branch information
anjuchamantha committed Sep 18, 2024
1 parent 6bc25b4 commit 1194ef6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

@Source(type = 'http-request',
source.id='source',
receiver.url='http://BI_HOSTNAME:8007/InvocationData/StatusCheckStream',
receiver.url='http://<BI_HOSTNAME>:8007/InvocationData/StatusCheckStream',
basic.auth.enabled='false',
@map(type = 'json',@attributes(MESSAGE_ID='trp:messageId', CHECK_STATUS='event.name',fromDate='event.fromDate',toDate='event.toDate')))
define stream StatusCheckStream (MESSAGE_ID string, CHECK_STATUS string, fromDate string, toDate string);
Expand Down

0 comments on commit 1194ef6

Please sign in to comment.