1response adurance Hello - new to nxlog. Trying to end nxlog process when EOF reached on input file. Any help appreciated. Thanks, Andrew im_file, AskedJune 22, 2020 - 7:00pm Answer the question Leave a comment
manuel.munoz Hi Andrew, There's an OnEOF label for im_file module in Enterprise version you could use to stop the module/s, but I am afraid it is not present in Community Edition. <OnEOF> <Exec> thismodule->module_stop(); </Exec> </OnEOF> AnsweredJune 24, 2020 - 12:02pm Leave a comment