Skip to content

Instantly share code, notes, and snippets.

@galanteh
Created March 22, 2020 23:44
Show Gist options
  • Save galanteh/3b727a6fb6a08c578da7ea354648d48a to your computer and use it in GitHub Desktop.
Save galanteh/3b727a6fb6a08c578da7ea354648d48a to your computer and use it in GitHub Desktop.
Fake Apache Log Generator from NiFi
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