Skip to content

Commit 83d3e04

Browse files
committed
Fix blocking issue
1 parent eb26b0e commit 83d3e04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/sentinel/data-connectors/cisco-software-defined-wan.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,15 @@ To Ingest Netflow data into Microsoft sentinel, Filebeat and Logstash needs to b
147147

148148
1. Open a terminal and run the command:
149149
> `systemctl start filebeat`
150+
150151
2. This command will start running filebeat in the background. To see the logs stop the filebeat (`systemctl stop filebeat`) then run the following command:
151152
> `filebeat run -e`
152153
153154
2.5 Run Logstash:
154155

155156
1. In another terminal run the command:
156157
> `/usr/share/logstash/bin/logstash --path.settings /etc/logstash -f /etc/logstash/cisco-netflow-to-sentinel.conf &`
158+
157159
2. This command will start running the logstash in the background. To see the logs of logstash kill the above process and run the following command :
158160
> `/usr/share/logstash/bin/logstash --path.settings /etc/logstash -f /etc/logstash/cisco-netflow-to-sentinel.conf`
159161

0 commit comments

Comments
 (0)