Empty message with exec input plugin

The ls command returns empty message.

input {
  exec {
    command => "ls -l path/to/a/specific/file"
    interval => 30
  }
}

filter :

grok {
  match => { 
	"message" => "^%{DATA:permission}\s+%{NUMBER:links_nb}\s+%{DATA:owner_name}\s+%{DATA:owner_group}\s+%{NUMBER:filesize_o}.*"
  }
}

output :

file {
 codec => rubydebug
}

Tested with :
•Plugin version: v3.1.4
•Plugin version: v3.3.2

Anybody has an idea about this issue ?

there are several posts here with the same issue : no solution given.

any clue ?

any solution ?

any idea ?

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