teragrep / pth_10

Data Processing Language (DPL) translator for Apache Spark
GNU Affero General Public License v3.0
0 stars 2 forks source link

teragrep syslog stream config/props do not work #263

Closed eemhu closed 2 months ago

eemhu commented 3 months ago

Describe the bug

The "dpl.pth_10.transform.teragrep.syslog.parameter.host"; "dpl.pth_10.transform.teragrep.syslog.parameter.port"; "dpl.pth_10.transform.teragrep.syslog.restrictedMode"; props do not work, because the code does not use the variables, instead it declares new ones overriding the global variables. Probably happened in refactoring

Expected behavior

should work

How to reproduce

try changing props and then try with command parameters instead. Props do not work, but parameters in the command will.

Screenshots

Software version

5.3.0

Desktop (please complete the following information if relevant):

Additional context

51-code commented 2 months ago

Internal PR created

51-code commented 2 months ago

Internal PR merged