Skip to content

Commit 030d6e6

Browse files
horghclaude
andcommitted
Declare interval, disabled, and run_only_one in inputs.conf.spec
Add the interval, disabled, and run_only_one settings to the geoipupdate_input modular input spec so the input's supported parameters are documented. The dummy param1 is retained so the modular input type stays registered (Splunk silently ignores schemes with no custom parameter). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 40ce059 commit 030d6e6

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.1.1
4+
5+
* Declare the `interval`, `disabled`, and `run_only_one` settings in the
6+
`geoipupdate_input` modular input's `inputs.conf.spec` so the input's
7+
supported parameters are documented in the spec file.
8+
39
## 1.1.0 (2026-04-01)
410

511
* Set `local = true` for the `geoip` search command so it runs on the search
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[geoipupdate_input://default]
22
param1 =
3+
interval = <integer>
4+
disabled = <boolean>
5+
run_only_one = <boolean>

0 commit comments

Comments
 (0)