Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve log search #10

Open
sharkpc138 opened this issue Nov 4, 2024 · 0 comments
Open

Improve log search #10

sharkpc138 opened this issue Nov 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sharkpc138
Copy link
Contributor

Description

  • Regular expressions is used as a tool to query logs under various conditions without immediately implementing LogQL, but some users find it challenging to use regex
  • There is a need to offer a more intuitive and simpler LogQL or selection options
  • The current log format is as follows:
    CRI log:  {RFC 3339Nano timestamp} {stdout/stderr} {Partial/Full} {log}
    File log: {RFC 3339Nano timestamp} {log}
    

Concerns

  • Categorize logs based on specific keywords without using indexing
  • Achieve indexing-like effects without depending on log formats
@sharkpc138 sharkpc138 added the enhancement New feature or request label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant