summaryrefslogtreecommitdiffstats
path: root/logforwarder/src/apps/vespa-logforwarder-start/cf-handler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* be more careful about splunk start/stopArne Juul2022-09-151-77/+17
| | | | | | * validate the configurable splunk-home * do stopping via C++ program instead of shell command * some refactoring of C++ code as well
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-061-7/+3
|
* try to stop child when stoppingArne H Juul2021-12-171-3/+7
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* use std::_Exit()Arne Juul2020-07-031-3/+4
|
* Splunk: Setting defaults in _meta, vespa_zone added (#12263)Bjørn Meland2020-02-261-2/+4
|
* Align naming convention with YamasBjørn Meland2020-02-171-1/+1
|
* Splunk: Setting default application Id values in _meta (#12182)Bjørn Meland2020-02-141-3/+20
| | | | Setting default application Id values in _meta field in Splunk default inputs.conf
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-8/+7
|
* phoneHomeInterval is an intBjorn Meland2019-05-091-1/+1
|
* VESPA-15154: phoneHomeIntervalInSecs for Splunk deployment-client cfgBjorn Meland2019-05-091-0/+1
|
* make it possible to stop forwarder alsoArne Juul2017-10-131-1/+7
|
* rename config variable for SPLUNK_HOMEArne Juul2017-10-131-2/+2
|
* refactor child startupArne Juul2017-10-131-33/+2
|
* start and restart splunk forwarderArne Juul2017-10-131-6/+54
|
* fix logicArne Juul2017-10-051-3/+3
| | | | | | * missing directory gives ENOENT * cannot get config just after subscribe, must do nextConfig() first
* move logforwarder.def to configdefinitions moduleArne Juul2017-10-051-2/+6
|
* write config fileArne Juul2017-10-051-5/+32
|
* update with new schemaArne Juul2017-10-051-6/+3
|
* add C++ application logforwarder-startArne Juul2017-10-051-0/+63