Skip to content

Commit 73bc5d2

Browse files
authored
Updating macos guide (#519)
1 parent f970e9a commit 73bc5d2

File tree

1 file changed

+26
-7
lines changed

1 file changed

+26
-7
lines changed

frontend/src/app/app-module/guides/guide-macos-agent/guide-macos-agent.component.html

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,32 @@ <h4 class="card-title mb-0 text-primary">
1010
continue.
1111
</div>
1212
<p class="font-size-base text-justify mb-3">
13-
The Syslog daemon (syslog) on MacOS is configured through the /etc/syslog.conf configuration file.
13+
The Syslog daemon (syslog) on MacOS is configured using <strong>rsyslog</strong> through the /etc/syslog.conf configuration file.
1414
Follow the steps below to send all Syslog messages from an MacOS machine to UTMStack.
1515
</p>
1616
<ol class="setup_list">
1717
<li>
1818
<p class="step-guide" >
19-
<span class="step_number">1</span>
19+
<span class="step_number">1</span>
20+
Install Homebrew, using the official documentation
21+
<a class="text-primary font-weight-semibold"
22+
href="https://docs.brew.sh/Installation"
23+
target="_blank">here</a>, if you already installed go to the next step.
24+
</p>
25+
</li>
26+
<li>
27+
<p class="step-guide" >
28+
<span class="step_number">2</span>
29+
Install rsyslog on MacOS:
30+
</p>
31+
<div class="w-75 mt-3">
32+
<app-utm-code-view
33+
[code]="'brew install rsyslog'"></app-utm-code-view>
34+
</div>
35+
</li>
36+
<li>
37+
<p class="step-guide" >
38+
<span class="step_number">3</span>
2039
Open the file /etc/syslog.conf in an editor:
2140
</p>
2241
<div class="w-75 mt-3">
@@ -26,7 +45,7 @@ <h4 class="card-title mb-0 text-primary">
2645
</li>
2746
<li>
2847
<p class="step-guide" >
29-
<span class="step_number">2</span>
48+
<span class="step_number">4</span>
3049
Append the following line at the end if you want to send over TCP:
3150
</p>
3251
<div class="w-75 mt-3">
@@ -43,7 +62,7 @@ <h4 class="card-title mb-0 text-primary">
4362
</li>
4463
<li>
4564
<p class="step-guide" >
46-
<span class="step_number">3</span>
65+
<span class="step_number">5</span>
4766
Restart the syslog daemon:
4867
</p>
4968
<div class="w-75 mt-3">
@@ -57,8 +76,8 @@ <h4 class="card-title mb-0 text-primary">
5776
</li>
5877
<li>
5978
<p class="step-guide">
60-
<span class="step_number">4</span>
61-
Enable log collector and this integration in the configuration file which
79+
<span class="step_number">6</span>
80+
Enable log collector and this integration in the configuration file which
6281
you can find where your UTMStack Agent is located, in the path:
6382
</p>
6483
<div class="w-75 mt-3">
@@ -76,7 +95,7 @@ <h4 class="card-title mb-0 text-primary">
7695
</li>
7796
<li>
7897
<p class="step-guide mb-3">
79-
<span class="step_number">5</span>
98+
<span class="step_number">7</span>
8099
Click on the button shown below, to activate the UTMStack features related to this integration
81100
</p>
82101
<app-app-module-activate-button [module]="filebeatModule" [type]="'integration'"

0 commit comments

Comments
 (0)