Path not loading in logstash 7.3

how about you rename your config file from path.conf to something else.
it might be some internal env called path.

and keep only

     sincedb_path => "/dev/null"
      start_position => "beginning"

and test it.
I saw that you don't have filter section lets put it in and keep it blank
filter {}

Also remove,
stdin {}