Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pfelk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
pfelk
Commits
cfede272
Unverified
Commit
cfede272
authored
5 years ago
by
Andrew
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
8554395d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-13
7 additions, 13 deletions
README.md
with
7 additions
and
13 deletions
README.md
+
7
−
13
View file @
cfede272
...
...
@@ -54,7 +54,7 @@ sudo apt install geoipupdate
```
sudo nano /etc/GeoIP.conf
```
Append line 13 as follows:
-
Append line 13 as follows:
```
EditionIDs GeoLite2-City GeoLite2-Country GeoLite2-ASN
```
...
...
@@ -68,7 +68,7 @@ sudo geoipupdate
```
sudo nano /etc/cron.weekly/geoipupdate
```
Add the following and save/exit
-
Add the following and save/exit
```
00 17 * * 0 geoipupdatey
```
...
...
@@ -89,10 +89,8 @@ sudo nano /etc/kibana/kibana.yml
```
### 12. Amend host file (/etc/kibana/kibana.yml)
```
server.port: 5601
server.host: "0.0.0.0"
```
-
server.port: 5601
-
server.host: "0.0.0.0"
# Configure Logstash|v7+
...
...
@@ -105,15 +103,12 @@ cd /etc/logstash/conf.d
```
sudo wget https://raw.githubusercontent.com/a3ilson/pfelk/master/01-inputs.conf
```
```
sudo wget https://raw.githubusercontent.com/a3ilson/pfelk/master/05-syslog.conf
```
```
sudo wget https://raw.githubusercontent.com/a3ilson/pfelk/master/10-pf.conf
```
```
sudo wget https://raw.githubusercontent.com/a3ilson/pfelk/master/50-outputs.conf
```
...
...
@@ -139,10 +134,9 @@ sudo nano /etc/logstash/conf.d/05-syslog.conf
```
### 19. Revise/Update w/pf IP address (05-syslog.conf)
```
Change line 3; the "if [host]..." should point to your pf IP address
Change line 9 to point to your second Pf IP address or comment out
```
-
Change line 3; the "if [host]..." should point to your pf IP address
-
Change line 9 to point to your second Pf IP address or comment out
# Configure Services
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment