Created
March 22, 2020 23:44
-
-
Save galanteh/3b727a6fb6a08c578da7ea354648d48a to your computer and use it in GitHub Desktop.
Fake Apache Log Generator from NiFi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p /opt/nifi | |
cd /opt/nifi/ | |
yum -y install git epel-release python-pip | |
git clone https://github.com/kiritbasu/Fake-Apache-Log-Generator | |
cd /opt/nifi/Fake-Apache-Log-Generator | |
pip install --upgrade pip | |
pip install -r requirements.txt | |
chown -R nifi:nifi /opt/nifi/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment