Skip to content

Designed to work with Starlink's API to provide real-time data and analytics for Starlink users.

License

Notifications You must be signed in to change notification settings

PySecNinja/splunk-add-on-for-starlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛜 Splunk Add-On for Starlink 🚀

📖 Overview

This add-on is designed to be installed on a universal forwarder and/or indexer within your Starlink network. It enables the collection of data from the Starlink API, which can then be sent to Splunk for comprehensive analysis.

🛠️ Environment Preparation on Splunk Instance

To set up the environment, follow these steps:

  1. Create a virtual environment:

    python -m venv venv
  2. Activate the virtual environment:

    source venv/bin/activate
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Set environment variables depending on UF/HF:

    HF/SH/IDX

    export SPLUNK_HOME=/opt/splunk

    UF

    export SPLUNK_HOME=/opt/splunkforwarder

    Check if the variable is set:

    echo $SPLUNK_HOME

📡 Querying Starlink API

Execute the start_all_modes.sh script to initiate all modes of the Starlink API. This script will run disk_grpc_text.py every 60 seconds and establish the logging structure at bin/logs/*. We will use inputs.conf to monitor these files and send them to Splunk via HEC or syslog.

📊 Splunk Prereqs

🖥️ Indexer Config

  1. Install the app on your Splunk indexers.
    • The app will automatically detect and use the indexes.conf file.
    • Ensure that inputs.conf is disabled on indexers.

✅ Verification

After installation, verify that:

  1. The starlink index is created and visible.
  2. No unwanted inputs are enabled on the indexers.

🔧 More Usage

Run to see the script in the background:

ps aux | grep dish_grpc_text.py

⏸️ Stop and Start Scripts

start_scripts_in_background.sh
stop_scripts_in_background.sh

📚 Additional Resources

Starlink scripts utilized in this add-on can be found in the following repository: Starlink gRPC Tools

📋 TODO

  • Move logs into the sample logs directory.
  • Implement a method to send Starlink logs to Splunk.
  • Create Dashboards from the Data pulled.
  • Create Alerts.

About

Designed to work with Starlink's API to provide real-time data and analytics for Starlink users.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published