splunk install



  • Install an app from a tar.gz package to the local Splunk server.
    
    The package might be referenced either via a url or a local path.
                    
    Syntax:
    
    	install [object] [-parameter <value> | <value>]
    
    Objects:
    
    	install app                 		install specified app name
    
    Required Parameters:
    
    	(For install app)
    		name                		path of the app tar
    
    Optional Parameters:
    
    	(For install app)
    		update              		update specified app name 
    during install, if the app already exists. Defaults to false or 0.
    
    Examples:
    
    	./splunk install app foo.tar
    
    	./splunk install app foo.tgz
    
    	./splunk install app foo.tar.gz
    
    	./splunk install app foo.spl
    
    	./splunk install app /home/username/sos_1.0tgz -update 1
    
    Type "help [command]" to get help with parameters for a specific command.
    
    Complete documentation is available online at: 
    http://docs.splunk.com/Documentation
    

Log in to reply
 

© Lightnetics 2024