Fix app_tel_for_sok app.conf install stanza header#1724
Merged
vivekr-splunk merged 3 commits intosplunk:developfrom Feb 26, 2026
Merged
Fix app_tel_for_sok app.conf install stanza header#1724vivekr-splunk merged 3 commits intosplunk:developfrom
vivekr-splunk merged 3 commits intosplunk:developfrom
Conversation
Contributor
|
CLA Assistant Lite bot CLA Assistant Lite bot All contributors have signed the COC ✍️ ✅ |
There was a problem hiding this comment.
Pull request overview
Fixes the invalid app.conf generated for the telemetry app (app_tel_for_sok) by avoiding echo -e, which can be emitted literally as -e on some /bin/sh implementations.
Changes:
- Replace
echo -ewithprintf '%s'when writingdefault/app.confandmetadata/default.metafor the telemetry app. - Keep the rest of the telemetry app creation flow unchanged (directory creation + reload/bundle push).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Author
|
recheck |
Collaborator
|
I have read the CLA Document and I hereby sign the CLA |
Collaborator
|
I have read the Code of Conduct and I hereby sign the COC |
1 similar comment
Author
|
I have read the Code of Conduct and I hereby sign the COC |
Author
|
I have read the CLA Document and I hereby sign the CLA |
Author
|
I have read the Code of Conduct and I hereby accept the Terms |
vivekr-splunk
approved these changes
Feb 25, 2026
33eacf7 to
9a51fa5
Compare
rlieberman-splunk
approved these changes
Feb 25, 2026
minjieqiu
approved these changes
Feb 25, 2026
…ll] on its first line instead of just [install]
…LS_TOKEN is not available in these workflow runs for GitHub security reasons)
a720d63 to
05aadae
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes #1723
Key Changes
Fixes the first line of the app.conf within
app_tel_for_sokso it does not have a-eprefix.Testing and Verification
Locally built the operator and confirmed that app.conf is correct.
Related Issues
Jira tickets, GitHub issues, Support tickets...
PR Checklist