Skip to content

fix(spore): fix Log Explorer host variable query matcher#394

Merged
stackptr merged 1 commit intomainfrom
fix/log-explorer-allvalue
Mar 20, 2026
Merged

fix(spore): fix Log Explorer host variable query matcher#394
stackptr merged 1 commit intomainfrom
fix/log-explorer-allvalue

Conversation

@stackptr
Copy link
Copy Markdown
Owner

Summary

  • Change allValue from .* to .+ in the host variable
  • Loki requires at least one matcher that doesn't match empty strings — {host=~".*"} is rejected, {host=~".+"} works

Test plan

  • Deploy to spore
  • Open Log Explorer dashboard — should show logs on first load without manual variable selection

🤖 Generated with Claude Code

Loki rejects `{host=~".*"}` because `.*` matches empty strings.
Change allValue from `.*` to `.+` so the "All" selection produces
a valid stream selector.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@stackptr stackptr enabled auto-merge (squash) March 20, 2026 21:26
@stackptr stackptr merged commit afc5b29 into main Mar 20, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant