fix: use quoted full-text search instead of field-specific SLS query …#152
fix: use quoted full-text search instead of field-specific SLS query …#152rsonghuster merged 1 commit intomasterfrom
Conversation
…syntax
Field-specific SLS syntax (e.g. requestId: "value") requires key-value
index configuration which FC3's default logstore doesn't have, causing
"key (requestId) is not config as key value config" errors. Switch to
quoted full-text search ("value") which works with the default full-text
index configuration.
Change-Id: If44111b49fc8bcb9ad6663497f18fa40248106ae
Co-developed-by: Claude <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThe PR updates the SLS query construction in the logs command to use bare quoted terms for qualifier, instanceId, and requestId parameters instead of field-specific predicates. It also changes match highlighting from yellow background to reverse-video styling. Tests and version metadata are updated accordingly. ChangesLogs Query Syntax and Styling Update
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…syntax
Field-specific SLS syntax (e.g. requestId: "value") requires key-value index configuration which FC3's default logstore doesn't have, causing "key (requestId) is not config as key value config" errors. Switch to quoted full-text search ("value") which works with the default full-text index configuration.
Change-Id: If44111b49fc8bcb9ad6663497f18fa40248106ae
Co-developed-by: Claude noreply@anthropic.com
Summary by CodeRabbit
Improvements
Style