-
Notifications
You must be signed in to change notification settings - Fork 62
Manually generated the missed docs between 2025-07-15 ~ 2025-07-28. #1910
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
Manually generated the missed docs between 2025-07-15 ~ 2025-07-28. #1910
Conversation
😨 I have no idea what |
[cols="<,<,<",options="header",] | ||
|======================================================================= | ||
|Setting |Input type|Required | ||
| <<{version}-plugins-{type}s-{plugin}-aggregation_fields>> |<<hash,hash>>|No |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This manually generated PR is using the old <<hash,hash>>
(8x and Asciidoc compatible), but the references should be in this format: {logstash-ref}/configuration-file-structure.html#hash[hash]
to link correctly in 9.0+.
Off the top of my head, I'm not sure why this isn't a problem for auto-generated plugin docs. (Check out the PR where 4.2.0 was updated.)

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be clear, it's not just the format that has changed. The file location has changed, too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah didn't notice that we had --repair
option, will fix this in a moment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docs got updated and {logstash-ref}/configuration-file-structure.html#hash[hash]
changes appeared, was missed due to --repair
option on my local.
CI seems also 🟢 happy!
It's a link format thing, and ci would error on every single one (hash, field, boolean, array, etc.) I left a note inline to illustrate. |
327ee98
to
83ddacc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Checked on my local if missed the plugin docs between 2025-07-15 ~ 2025-07-28 and got this commit.