Please find below logs:
user@M103# cat mongod.log
2022-04-02T12:56:16.241+0000 I CONTROL [main] Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'
2022-04-02T12:56:16.248+0000 I CONTROL [initandlisten] MongoDB starting : pid=419 port=27000 dbpath=/data/db 64-bit host=OdpcjvQwnGuZj5bZ1m
2022-04-02T12:56:16.248+0000 I CONTROL [initandlisten] db version v4.0.5
2022-04-02T12:56:16.248+0000 I CONTROL [initandlisten] git version: 3739429dd92b92d1b0ab120911a23d50bf03c412
2022-04-02T12:56:16.248+0000 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.1.1g 21 Apr 2020
2022-04-02T12:56:16.248+0000 I CONTROL [initandlisten] allocator: system
2022-04-02T12:56:16.248+0000 I CONTROL [initandlisten] modules: none
2022-04-02T12:56:16.248+0000 I CONTROL [initandlisten] build environment:
2022-04-02T12:56:16.248+0000 I CONTROL [initandlisten] distarch: x86_64
2022-04-02T12:56:16.248+0000 I CONTROL [initandlisten] target_arch: x86_64
2022-04-02T12:56:16.248+0000 I CONTROL [initandlisten] options: { config: "mongod.conf", net: { bindIp: "localhost", port: 27000 }, processManagement: { fork: true }, security: { authorization: "enabled" }, systemLog: { destination: "file", path: "/var/log/mongodb/mongod.log" } }
2022-04-02T12:56:16.289+0000 I STORAGE [initandlisten] exception in initAndListen: NonExistentPath: Data directory /data/db not found., terminating
2022-04-02T12:56:16.289+0000 I NETWORK [initandlisten] shutdown: going to close listening sockets...
2022-04-02T12:56:16.289+0000 I NETWORK [initandlisten] removing socket file: /tmp/mongodb-27000.sock
2022-04-02T12:56:16.289+0000 I CONTROL [initandlisten] now exiting
2022-04-02T12:56:16.289+0000 I CONTROL [initandlisten] shutting down with code:100
user@M103#