You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use quoted full-text search instead of field-specific SLS query 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>
0 commit comments