Proteggiamo il tuo ambiente digitale da qualsiasi attacco informatico. Sfrutta tutte le potenzialità della piattaforma SGBox!

Gallery

Contatti

Via Melchiorre Gioia, 168 - 20125 Milano

info@sgbox.it

+39 02 60830172

Configuration

Directory Import

Directory Import This feature is used to upload file to SGBox using SFTP or SMB protocol. Requirements: SGBox version 5.1.0 First of all check your connection with log user. Credential has been set during the first wizard. From a terminal like software (PuTTY). Move from the local folder to the “import” directory and create the […]

Advanced Options

SGBox Alerts

SGBox Alerts In order to guarantee  the correct health of SGBox system, you can set different alerts: Requirements: A mail server must be configured: Configure a mail server Connect at the SGBox web interface on SCM > Advanced Options Disk Full: send an alert if the threshold is exceeded Load Average: send an alert if […]

2 - Playbooks Intermediate

Playbooks – Retrieve logs (alternative mode)

Use Playbooks to retrieve logs (alternative mode) Sometimes the application insert some junk information that are not useful in the logs. Here a description on how to collect the important information: In our example there are some values like: current_link, next_link and last_log_item_generation that are excluded Last start key: means the array where our values […]

Configuration

Create custom ping script

The custom ping script Sometimes is needed modify the default value of a script. For example the ping. Below is explained how to do that with fixed or variable values. Requirements: the host must be present in the section SCM > Network > Host. Connect at the SGBox web interface on  SM > Configuration > […]

SGBox CLI

Configure SGBox IP

Configuration You can configure the SGBox network configuration using this tool. Connection method: SSH Hypervisor Console Connect via ssh (using a program like Putty) to SGBox specifying the user cli. If you haven’t changed them through the wizard, the default credentials are: user: cli pass: CL1changePW Choose Network management Configure SGBox interfaces This option allows […]

Troubleshooting on SGBox

TCPDump and SGTop

SGBox Troubleshoot There are some tools you can use via CLI  in order to check if there are some problems to receive or visualize data. Connect via ssh (using a program like Putty) to SGBox specifying the user cli. If you haven’t changed them through the wizard, the default credentials are: user: cli pass: CL1changePW […]

3 - Playbooks Advanced

Playbooks – Trigger with LCE

Triggering a Playbook from LCE module Any playbook can be launched as a reaction to a LCE rule, when the rule is triggered. Simply add the Run playbook action to the rule, then select a playbook or choose to create one from scratch. You will be redirect to the playbook configuration page. The playbook must […]

3 - Playbooks Advanced

Playbooks – Trigger Node

Run playbooks trigger to perform other tasks Run a playbook from outside SGBox The trigger must be the start node of the playbook. When it’s called, the PB starts and follows its normal flow. A URL is provided to call the playbook via browser or any HTTP request (e.g: CURL). Test URL has to be […]

3 - Playbooks Advanced

Playbooks – IF condition

Use IF condition on playbook response List of operators that can be used to compare the 2 values of a condition: Equals: returns TRUE if Value 1 = Value 2 Greater than: returns TRUE if Value 1 > Value 2 Greater or equal: returns TRUE if Value 1 >= Value 2 Less than: returns TRUE […]

2 - Playbooks Intermediate

Playbooks – Retrieve Logs

Use Playbooks to retrieve logs Logs nodes allows you to take an input, usually coming from a request to an API to retrieve logs, and process it to extract and store to SGBox a set of log lines. The input always comes from a previous node in the flow. Select a node from the list […]