Skip to main content
Bugfender Add-on for Splunk app icon

Bugfender Add-on for Splunk

Modular Input developed with Add-On Builder to query apps, devices, logs, and issues from the Bugfender API. It avoids the usage of checkpointing for duplicate events due to unnecessary high computational cost associated with it. As an alternative, it utilizes timestamps. The moment just before the modular input starts execution, the time is temporarily saved. Upon successful termination of the input, this time stamp is saved in the KV store, and retrieved during the next execution of the input. The next time the input executes, it queries only events from the retrieved time on to the present. This process is repeated. You can provide an optional initial start date for the very first time the input is run.Built by Sebastian Schimper
splunk product badge

Default Version 3.0.0

October 13, 2025

Compatibility

Splunk Enterprise, Splunk Cloud

Platform Version: 10.1, 10.0, 9.4, 9.3, 9.2, 9.1, 9.0

Rating
0
(0)

Log in to rate this app

Support
Not Supported

Modular Input developed with Add-On Builder to query apps, devices, logs, and issues from the Bugfender API. It avoids the usage of checkpointing for duplicate events due to unnecessary high computational cost associated with it. As an alternative, it utilizes timestamps. The moment just before the modular input starts execution, the time is temporarily saved. Upon successful termination of the input, this time stamp is saved in the KV store, and retrieved during the next execution of the input. The next time the input executes, it queries only events from the retrieved time on to the present. This process is repeated. You can provide an optional initial start date for the very first time the input is run.