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

Display Connector Log for Admins #339

Open
1 of 6 tasks
richardtreier opened this issue Jun 5, 2023 · 0 comments
Open
1 of 6 tasks

Display Connector Log for Admins #339

richardtreier opened this issue Jun 5, 2023 · 0 comments
Assignees
Labels
kind/enhancement New feature or request scope/ee sovity's Closed Source Edition. All subscription tiers are impacted. status/blocked/needs-product requires input from product owner

Comments

@richardtreier
Copy link
Collaborator

richardtreier commented Jun 5, 2023

Feature Request

Description

We are already collecting a connector's status log.

This log contains messages, as to when what was updated and when the connector went online / offline, when it exceeded the maximum number of data offers per connector, etc.

We should display it somewhere in the UI, for example, once merged and on a connector detail page. While the information is too much to be embedded into the ConnectorListEntry, we can show a per-connector log once we have a separate connector detail page.

Requirements

depends on sovity/edc-broker-server-extension#111

Solution Proposal and Work Breakdown

  • Add API Model for a separate Event Log Page.
  • It should accept a search text (see usages of SearchUtils, it should hit the fields connector_endpoint, asset id, asset name and event message).
  • Use pagination with default page size 50
  • Sort by createdAt desc.
  • Implement the Event Log Page API Endpoint.
  • Add a Log Page to the UI, although not contained in the main navigation.
@richardtreier richardtreier added kind/enhancement New feature or request scope/mds related to MDS labels Jun 5, 2023
@SaadEGI SaadEGI linked a pull request Jul 7, 2023 that will close this issue
@AbdullahMuk AbdullahMuk added the clean-backlog requires backlog cleaning label May 2, 2024
@tmberthold tmberthold changed the title Display Connector Log [Broker] Display Connector Log Jun 4, 2024
@tmberthold tmberthold transferred this issue from sovity/edc-broker-server-extension Jun 4, 2024
@SebastianOpriel SebastianOpriel transferred this issue from sovity/edc-ce Oct 6, 2024
@SebastianOpriel SebastianOpriel changed the title [Broker] Display Connector Log [Broker] Display Connector Log for Admins Oct 6, 2024
@SebastianOpriel SebastianOpriel changed the title [Broker] Display Connector Log for Admins Display Connector Log for Admins Oct 6, 2024
@SebastianOpriel SebastianOpriel added status/blocked/needs-product requires input from product owner and removed clean-backlog requires backlog cleaning labels Oct 6, 2024
@SebastianOpriel SebastianOpriel added scope/ee sovity's Closed Source Edition. All subscription tiers are impacted. and removed scope/mds related to MDS labels Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request scope/ee sovity's Closed Source Edition. All subscription tiers are impacted. status/blocked/needs-product requires input from product owner
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants