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

"Manage extractors" button adds extra "/undefined/" #19111

Closed
timukas opened this issue Apr 19, 2024 · 2 comments · Fixed by #19260
Closed

"Manage extractors" button adds extra "/undefined/" #19111

timukas opened this issue Apr 19, 2024 · 2 comments · Fixed by #19260
Assignees
Milestone

Comments

@timukas
Copy link

timukas commented Apr 19, 2024

Hello,

Clicking on "Manage extractors" from existing input, adds "/undefined" into URI.
URL looks following: https://XXXXXX/system/inputs/undefined/45234234ff78ba51b7d16ac4/extractors and nothing is shown in the browser window.

Removing "/undefined" from URL show extractor page correctly.

  • Graylog Version: 6.0.0-11.rc.3
  • Java Version:
  • OpenSearch Version: 2.13.0
  • MongoDB Version: 6.0.15
  • Operating System: Ubuntu 22.04.4 LTS
  • Browser version: Chromium: 124.0.6367.60
@timukas timukas added the bug label Apr 19, 2024
@bernd
Copy link
Member

bernd commented Apr 19, 2024

@timukas Thanks for the report!

Addition: This happens for "Local inputs". For "Global inputs" the "Manage extractors" link works correctly.

This is a new issue in 6.0. I can't reproduce it in 5.2.

@patrickmann
Copy link
Contributor

patrickmann commented Apr 30, 2024

this.props.currentNode.node_id is undefined here:

extractorRoute = Routes.local_input_extractors(this.props.currentNode.node_id, this.props.input.id);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants