Skip to content

Latest commit

 

History

History
79 lines (71 loc) · 6.22 KB

templates.md

File metadata and controls

79 lines (71 loc) · 6.22 KB

Templates

Table of Contents

1️⃣ Templates

  1. In your web browser navigate to the pfELK IP address using port 5601 (example: 192.168.0.1:5601)
  2. Click ☰ in the upper left corner
  3. Click on Dev Tools located near the bottom under the Management heading
  4. Paste the contents of each template file located in the template 📁 and links below - Component Templates - 🔺 NOTE Component Templates must be installed first and in sequential order (e.g. pfelk-settings, pfelk-mappings)
  5. 📌 References

2️⃣ Dashboards

  • 🅰️ Manual Method

    1. In your web browser go to the pfELK IP address followed by port 5601 (e.g. 192.168.0.1:5601)
    2. Click the menu icon (☰ three horizontal lines) in the upper left
    3. Under Management click -> Stack Management
    4. Under Kibana click -> Saved Objects
    5. The dashboards are located in the dashboard 📁 and linked below
    6. Import one at a time by clicking the import button in the top-right corner
    7. 📌 References
  • 🅱️ Scripted Method 📃 (Not for docker)

    1. Download the pfelk-dashboard-installer

      • wget https://raw.githubusercontent.com/pfelk/pfelk/main/etc/pfelk/scripts/pfelk-kibana-saved-objects.sh
    2. Update with the elastic password

      • sudo nano pfelk-kibana-saved-objects.sh
      • or
      • sed -i 's?PASSWORDGOESHERE?newpassword?' pfelk-kibana-saved-objects.sh where newpassword is replaced with the elastic password from installation step, i2
    3. Make the file executable

      • sudo chmod +x pfelk-kibana-saved-objects.sh
    4. Execute the file

      • sudo ./pfelk-kibana-saved-objects.sh
    5. 📌 References

3️⃣ Start Logstash

  1. systemctl start logstash.service

Proceed to Install ➡️ Configuration

PreparationInstallSecurityTemplatesConfiguration