Skip to content

Commit c48881e

Browse files
committed
Fix AppInspect: Set is_configured = 0 for Splunk Cloud
AppInspect requires is_configured = 0 (false) in the [install] stanza to indicate the app has not already been configured. This is required for Splunk Cloud compatibility. https://claude.ai/code/session_014YNv3fKbpjQB5eMZCrHwzi
1 parent 6256f68 commit c48881e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

default/app.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[install]
2-
is_configured = 1
2+
is_configured = 0
33
build = 1
44

55
[ui]

0 commit comments

Comments
 (0)