OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
python311
/
lib
/
python3.11
/
site-packages
/
tests
/
config
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/08/2024 06:43:38 PM
rwxr-xr-x
📄
create_ssl_certs.sh
5.2 KB
05/08/2024 06:43:38 PM
rw-r--r--
📄
docker-compose.yml
1.05 KB
05/08/2024 06:43:38 PM
rw-r--r--
📄
inputs.json
1.34 KB
05/08/2024 06:43:38 PM
rw-r--r--
📄
start_local_graylog_server.sh
723 bytes
05/08/2024 06:43:38 PM
rw-r--r--
📄
stop_local_graylog_server.sh
256 bytes
05/08/2024 06:43:38 PM
rw-r--r--
Editing: inputs.json
Close
{ "inputs": [ { "title": "tcp", "configuration": { "bind_address": "0.0.0.0", "port": 12201 }, "type": "org.graylog2.inputs.gelf.tcp.GELFTCPInput", "global": true }, { "title": "udp", "configuration": { "bind_address": "0.0.0.0", "port": 12202 }, "type": "org.graylog2.inputs.gelf.udp.GELFUDPInput", "global": true }, { "title": "http", "configuration": { "bind_address": "0.0.0.0", "port": 12203 }, "type": "org.graylog2.inputs.gelf.http.GELFHttpInput", "global": true }, { "title": "tls", "configuration": { "bind_address": "0.0.0.0", "port": 12204, "tls_enable": true, "tls_cert_file": "/usr/share/graylog/data/cert.pem", "tls_key_file": "/usr/share/graylog/data/key.pem", "tls_key_password": "secret" }, "type": "org.graylog2.inputs.gelf.tcp.GELFTCPInput", "global": true } ], "streams": [], "outputs": [], "dashboards": [], "grok_patterns": [] }