Deployment Architecture

Creation of deployment app folder through GUI

rameshlpatel
Communicator

Hi,

to create app in deployment-app folder we have to create folder and files manually.

Is there any other way through GUI, we can achieve this ?

somesoni2
Revered Legend

Its not possible to create an app in etc/deployment-app folder as all apps accessible from UI are from etc/apps. One way to minimize all the unix work and manually creating files could be as follows.

  1. Create a staging app in etc apps from UI (YourApp_stg)
  2. Clone all the required objects from your development application (which may contain extra objects) into YourApp_stg app.
  3. Once all objects are copying, verify everything (if possible smoke test).
  4. Go to UNIX/Windows box and copy the folder etc/apps/YourApp_stg into etc/deployment-apps as YourApp.
  5. Last step is to update the app.conf to change the app name from YourApp_stg to YourApp.

As you see majority of the copy work is done from UI itself.

0 Karma

dask
Explorer

As far as I know, there is no other way. Its simple enough though. Create the folder and add your custom inputs.conf etc

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...