Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 396 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 396 Bytes

ELK_PfSense Run from command line to install:

fetch -o - https://raw.githubusercontent.com/fadenb/pfsense-filebeat/master/install.sh | sh -s

Optional add menu item by add this to the service section of /cf/conf/config.xml

<service>
	<name>filebeat</name>
	<rcfile>filebeat</rcfile>
	<executable>filebeat</executable>
	<description><![CDATA[Filebeat service]]></description>
</service>