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

add Quickwit datasource #308

Merged
merged 3 commits into from
Jan 4, 2024

Conversation

hoangphuocbk
Copy link
Contributor

SUMMARY

Add support Quickwit datasource

  • Feature Pull Request
COMPONENT NAME

datasource

ADDITIONAL INFORMATION

https://github.com/quickwit-oss/quickwit-datasource

Example usage

- name: Create Quickwit datasource
  community.grafana.grafana_datasource::
    name: "Quickwit"
    grafana_url: "{{ grafana_url }}"
    grafana_user: "{{ grafana_username }}"
    grafana_password: "{{ grafana_password }}"
    access: proxy
    org_id: '1'
    ds_type: quickwit-quickwit-datasource
    ds_url: http://localhost:7280/api/v1
    additional_json_data:
      index: 'hdfs-logs'
      timeField: timestamp
      timeOutputFormat: unix_timestamp_secs
      logMessageField: body
      logLevelField: severity_text

@hoangphuocbk hoangphuocbk requested review from rrey and seuf as code owners July 5, 2023 16:16
@seuf
Copy link
Collaborator

seuf commented Oct 23, 2023

Hello @hoangphuocbk . Thanks for your MR. Can you add a changelog fragment please ?

@hoangphuocbk
Copy link
Contributor Author

@seuf, I added change log as your comment

@codecov
Copy link

codecov bot commented Oct 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fddf5cb) 70.84% compared to head (360a22c) 70.84%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #308   +/-   ##
=======================================
  Coverage   70.84%   70.84%           
=======================================
  Files          18       18           
  Lines        1883     1883           
  Branches      327      327           
=======================================
  Hits         1334     1334           
  Misses        405      405           
  Partials      144      144           
Flag Coverage Δ
integration 69.47% <ø> (ø)
sanity 23.52% <ø> (ø)
units 65.15% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Nemental Nemental force-pushed the quickwit-datasource branch from 8ff8a9f to fa4f21a Compare January 4, 2024 13:16
@Nemental Nemental merged commit f2225de into ansible-collections:main Jan 4, 2024
19 of 20 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.

3 participants