summaryrefslogtreecommitdiffstats
path: root/logforwarder
diff options
context:
space:
mode:
authorArne Juul <arnej@yahoo-inc.com>2018-07-27 08:19:37 +0200
committerArne Juul <arnej@yahoo-inc.com>2018-07-27 08:19:37 +0200
commitd888fc213a756db712b3d0c17fdd68df562731dd (patch)
treeb867f09bf5d8e749a7c737dba9322ffcd29c99ee /logforwarder
parent10d7cd86098937b8b559099e34dea365be70dea9 (diff)
add more "just do it" option to splunk start
Diffstat (limited to 'logforwarder')
-rw-r--r--logforwarder/src/apps/vespa-logforwarder-start/child-handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/logforwarder/src/apps/vespa-logforwarder-start/child-handler.cpp b/logforwarder/src/apps/vespa-logforwarder-start/child-handler.cpp
index 6ed209cbe5b..14ee700226f 100644
--- a/logforwarder/src/apps/vespa-logforwarder-start/child-handler.cpp
+++ b/logforwarder/src/apps/vespa-logforwarder-start/child-handler.cpp
@@ -69,7 +69,7 @@ void
ChildHandler::startChild(const vespalib::string &prefix)
{
if (! _childRunning) {
- runSplunk(prefix, "start", "--accept-license");
+ runSplunk(prefix, "start", "--answer-yes", "--no-prompt", "--accept-license");
_childRunning = true;
// it is possible that splunk was already running, and
// then the above won't do anything, so we need to