mirror of
https://github.com/norandom/log2ml.git
synced 2024-12-04 22:53:44 +00:00
Initial Home page
commit
c3e938a43f
31
Lab-notes.md
Normal file
31
Lab-notes.md
Normal file
@ -0,0 +1,31 @@
|
||||
# Lab notes
|
||||
|
||||
|
||||
## OpenVPN route for Elasticsearch DB access
|
||||
|
||||
The `.ovpn` config needs to be extended for the route:
|
||||
|
||||
```
|
||||
...
|
||||
-----END OpenVPN Static key V1-----
|
||||
</tls-auth>
|
||||
|
||||
|
||||
# Add this line to route traffic to 192.168.20.106 through the VPN
|
||||
route 192.168.20.106 255.255.255.255
|
||||
```
|
||||
|
||||
|
||||
## GitHub file site limit
|
||||
|
||||
|
||||
Data cannot get pushed directly into the repo.
|
||||
The release function is used instead.
|
||||
|
||||
```
|
||||
remote: error: File data/lab_logs_normal_activity_may_6_2024.json is 1811.83 MB; this exceeds GitHub's file size limit of 100.00 MB
|
||||
remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
|
||||
To https://github.com/norandom/log2ml.git
|
||||
! [remote rejected] main -> main (pre-receive hook declined)
|
||||
error: failed to push some refs to 'https://github.com/norandom/log2ml.git
|
||||
```
|
Loading…
Reference in New Issue
Block a user