Testing out some stuff for the Axonius Technical Add-On. This should serve as a boilerplate for local development.
- Splunk License - drop it into the splunk-licenses directory as
splunk.lic
- Splunkbase account - The SVC Axonius account can work. You need the following environment variables: SPLUNKBASE_USERNAME & SPLUNKBASE_PASSWORD
- Put those environment variables in an
.env
file - Docker is a must as well (currently using docker-compose)
local devlopment
docker-compose --env-file .env up -d
The docker container should contain the Splunk Add-On Builder if configured correctly.