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

Better support for loghouse queries in tabbix #68

Open
z9r5 opened this issue Feb 20, 2018 · 0 comments
Open

Better support for loghouse queries in tabbix #68

z9r5 opened this issue Feb 20, 2018 · 0 comments

Comments

@z9r5
Copy link
Contributor

z9r5 commented Feb 20, 2018

Loghouse stores labels as mapped columns. That’s why searching by label in Loghouse applies this ClickHouse syntax:
string_fields.values[indexOf(string_fields.names, "from")] = "deploy/web"

Label value can be stored in string_fields, bool_fields, time_fields or number_fields. Tabbix has no clue about it, so we have to:

  • make tabbix work with ClickHouse labels, or
  • make a proxy for ClickHouse protocol that will rewrite query, or
  • implement mapped columns support in ClickHouse itself.
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

No branches or pull requests

1 participant