After successful encore.sh test, I am seeing this error with the encore.sh foreground command.
I tried stopping the encore to reset the PID file but it still occurs.
It seems that data is being received at Azure Sentinel.
I did not set a outputter setting, as that seemed to break things more.
How do I resolve this?
File "./estreamer/service.py", line 180, in main
self.start( reprocessPkcs12 = args.pkcs12 )
File "./estreamer/service.py", line 140, in start
pidFile.create()
File "/home/username/fp-05-microsoft-sentinel-connector/estreamer/pidfile.py", line 38, in create
raise estreamer.EncoreException('PID file already exists')
estreamer.exception.EncoreException: PID file already exists
File "./estreamer/service.py", line 198, in
Service().main()
File "./estreamer/service.py", line 184, in main
self.logger.error(ex)
File "/home/username/fp-05-microsoft-sentinel-connector/estreamer/crossprocesslogging/baseClient.py", line 100, in error
self.log(logging.ERROR, data)
File "/home//username/fp-05-microsoft-sentinel-connector/estreamer/crossprocesslogging/baseClient.py", line 69, in log
data = self.__serialise( data )
File "/home//username/fp-05-microsoft-sentinel-connector/estreamer/crossprocesslogging/baseClient.py", line 35, in __serialise
message = data.class.name + ': ' + data.message
AttributeError: 'EncoreException' object has no attribute 'message'
After successful encore.sh test, I am seeing this error with the encore.sh foreground command.
I tried stopping the encore to reset the PID file but it still occurs.
It seems that data is being received at Azure Sentinel.
I did not set a outputter setting, as that seemed to break things more.
How do I resolve this?
File "./estreamer/service.py", line 180, in main
self.start( reprocessPkcs12 = args.pkcs12 )
File "./estreamer/service.py", line 140, in start
pidFile.create()
File "/home/username/fp-05-microsoft-sentinel-connector/estreamer/pidfile.py", line 38, in create
raise estreamer.EncoreException('PID file already exists')
estreamer.exception.EncoreException: PID file already exists
File "./estreamer/service.py", line 198, in
Service().main()
File "./estreamer/service.py", line 184, in main
self.logger.error(ex)
File "/home/username/fp-05-microsoft-sentinel-connector/estreamer/crossprocesslogging/baseClient.py", line 100, in error
self.log(logging.ERROR, data)
File "/home//username/fp-05-microsoft-sentinel-connector/estreamer/crossprocesslogging/baseClient.py", line 69, in log
data = self.__serialise( data )
File "/home//username/fp-05-microsoft-sentinel-connector/estreamer/crossprocesslogging/baseClient.py", line 35, in __serialise
message = data.class.name + ': ' + data.message
AttributeError: 'EncoreException' object has no attribute 'message'