Merged
Conversation
* Implement entity data table for Inputs * Update InputsDotBadge with cluster endpoint * Delete graylog2-web-interface/src/components/inputs/InputsOveriew/cells/.#ThroughputCell.tsx * add Expanded Title section to show config and static fields * remove InputList and InputListItem - format files * make row clickable and have a single expanded section - remove unnecessary components * fix linter * fix lint * fix lint * refactor imports * fix review --------- Co-authored-by: Laura Bergenthal-Grotlüschen <laura.bergenthalgrotlueschen@graylog.com>
Co-authored-by: Gary Bot <garybot2@graylog.com>
Bumps `auto-value.version` from 1.11.0 to 1.11.1. Updates `com.google.auto.value:auto-value-annotations` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/google/auto/releases) - [Commits](google/auto@auto-value-1.11.0...auto-value-1.11.1) Updates `com.google.auto.value:auto-value` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/google/auto/releases) - [Commits](google/auto@auto-value-1.11.0...auto-value-1.11.1) --- updated-dependencies: - dependency-name: com.google.auto.value:auto-value-annotations dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.auto.value:auto-value dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [io.modelcontextprotocol.sdk:mcp-bom](https://github.com/modelcontextprotocol/java-sdk) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/modelcontextprotocol/java-sdk/releases) - [Commits](modelcontextprotocol/java-sdk@v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: io.modelcontextprotocol.sdk:mcp-bom dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) from 9.0.1.Final to 9.1.0.Final. - [Release notes](https://github.com/hibernate/hibernate-validator/releases) - [Changelog](https://github.com/hibernate/hibernate-validator/blob/main/changelog.txt) - [Commits](hibernate/hibernate-validator@9.0.1.Final...9.1.0.Final) --- updated-dependencies: - dependency-name: org.hibernate.validator:hibernate-validator dependency-version: 9.1.0.Final dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [software.amazon.msk:aws-msk-iam-auth](https://github.com/aws/aws-msk-iam-auth) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/aws/aws-msk-iam-auth/releases) - [Commits](aws/aws-msk-iam-auth@v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: software.amazon.msk:aws-msk-iam-auth dependency-version: 2.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Refactor ClusterStateApi to use os3 client * fix empty properties indices * fix conflict * better index deletion handling for unavailable indices * fix deletion of indices * code cleanup * better record name and javadoc
…_pagination # Conflicts: # graylog-storage-opensearch3/src/test/java/org/graylog/storage/opensearch3/cluster/ClusterStateApiIT.java # graylog2-web-interface/src/components/inputs/InputsOveriew/cells/StateCell.tsx # graylog2-web-interface/src/components/inputs/InputsOveriew/cells/TypeCell.tsx
* add additional columns - add InputActions test * add expanded section actions * use product name * fix lint * fix lint --------- Co-authored-by: Laura Bergenthal-Grotlüschen <laura.bergenthalgrotlueschen@graylog.com>
Member
Author
Thanks for catching that, weird enough if desired state is null, we send back the running state. I kept the same behaviour |
…ove input creation (#24283) * add Inputs notifications for failed, setup and stopped state * fix lint * improve input creation - open wizard after saving input * remove navigation * remove filter copy * adjust to upstream changes * Update InputsPage.tsx * Update graylog2-web-interface/src/util/DocsHelper.ts Co-authored-by: Laura Bergenthal-Grotlüschen <laura.bergenthalgrotlueschen@graylog.com> * reset field after opening wizard * fix typo * add column width --------- Co-authored-by: Mohamed OULD HOCINE <106236152+gally47@users.noreply.github.com> Co-authored-by: Laura Bergenthal-Grotlüschen <laura.bergenthalgrotlueschen@graylog.com>
linuspahl
reviewed
Dec 11, 2025
| ref={spanRef} | ||
| title={`${throughputSectionIsOpen ? 'Hide' : 'Show'} metrics`} | ||
| onClick={toggleTrafficSection}> | ||
| {!isNaN(incomingMessages) ? formatCount(incomingMessages) : 0} msg/s Last Minute |
Contributor
There was a problem hiding this comment.
@ousmaneo One small thing I noticed while working on the tables. We also have a throughput cell for the streams overview, but it displays the information slightly different. We do not format the number via numeral(count).format('0,0'). We also don't display "Last Minute" or something similar.
It would be nice to unify how these cells display the throughput, maybe even via a shared component.
9 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
/jpd https://github.com/Graylog2/graylog-plugin-enterprise/pull/12538
Related E2E fix https://github.com/Graylog2/e2e-tests/pull/1394
Motivation and Context
Relates to Graylog2/graylog-plugin-enterprise#12248
The current input page lacks sufficient overview, so we are adding pagination to improve the usability of the screen.
How Has This Been Tested?
Locally
Screenshots (if appropriate):
Types of changes
Checklist: