added Malcolm
This commit is contained in:
		
							
								
								
									
										29
									
								
								Vagrant/resources/malcolm/logstash/supervisord.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								Vagrant/resources/malcolm/logstash/supervisord.conf
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,29 @@ | ||||
| ; Copyright (c) 2021 Battelle Energy Alliance, LLC.  All rights reserved. | ||||
|  | ||||
| [inet_http_server] | ||||
| port=0.0.0.0:9001 | ||||
|  | ||||
| [supervisord] | ||||
| nodaemon=true | ||||
| logfile=/dev/null | ||||
| logfile_maxbytes=0 | ||||
| pidfile=/tmp/supervisord.pid | ||||
|  | ||||
| [rpcinterface:supervisor] | ||||
| supervisor.rpcinterface_factory=supervisor.rpcinterface:make_main_rpcinterface | ||||
|  | ||||
| [supervisorctl] | ||||
| serverurl=http://127.0.0.1:9001 | ||||
|  | ||||
| [program:logstash] | ||||
| command=/usr/local/bin/logstash-start.sh | ||||
| autostart=true | ||||
| startsecs=0 | ||||
| startretries=0 | ||||
| stopwaitsecs=60 | ||||
| stopasgroup=true | ||||
| killasgroup=true | ||||
| stopsignal=INT | ||||
| stdout_logfile=/dev/fd/1 | ||||
| stdout_logfile_maxbytes=0 | ||||
| redirect_stderr=true | ||||
		Reference in New Issue
	
	Block a user