Skip to content

Lab notes

Marius Ciepluch edited this page May 6, 2024 · 4 revisions

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
Clone this wiki locally