Logstash use two query in the statement

Hi all,
I'm newbie of Elasticsearch and logstash, but i must know if is possible have this feature:

have a file .sql with two istructions, for example:

select package.SET_CODE_FUNCTION('XXX') from dual
select * from MY_TABLE

where first select is a call a function, while the second is the query for the index.
The first select cannot be in another file .sql, the two instructions must be sequentially.

Can you help me?

Best Regards

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.