Splunk Enterprise

Splunk Dashboard Code Management | GitLab

splunkuser320
Path Finder

Is it possible to automate the dashboard code management and deployment using GitLab ?

Labels (1)
0 Karma

FritzWittwer
Path Finder

Well, kind of. We use the following setup:

  • A development instance with a home grown splunkgit app which allows us to push and pull apps to a git repo
  • A ci/cd pipeline which runs an app trough app inspect
  • A cron job which puts a an app whit a new successfule build from the production branch on our deployer and thus deploys it on production

Our workflow is:

  1. develop either
    1. With an IDE on the git repo and pull to the dev environment for testing
    2. GUI based development and push the results back from the development to the git repo
  2. Merge to the production branch
  3. pipeline builds it (app inspect) and it gets deployed

 

You have to be careful whit stuff in /local

We have a push back corn job on our search heads which pushes the current apps back into another branch on the gi repo se we have always an valid backup and version history.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...