elastic / docs-tools

A place to put documentation tooling
4 stars 13 forks source link

Docs for new logstash-filter-elastic_integration plugin are not being picked up for LSR #105

Closed karenzone closed 9 months ago

karenzone commented 10 months ago

Related: https://github.com/elastic/logstash-docs/pull/1598

We recently added support for plugins outside of the logstash-plugins GitHub org with #103.

Versioned Plugin Reference (VPR)

Logstash Reference (LSR)

Published pages

@mashhurs, thanks again for your great work on the docs tooling. It seems that we have one more kink to work out before this works seamlessly.

mashhurs commented 10 months ago

Hm, interesting. ./gradlew generatePluginsVersion somehow didn't include elastic_integration plugin in plugins_version_docs.json. I will investigate and fix this, assigning myself.

Thanks for catching this up!

karenzone commented 10 months ago

Fantastic! Thanks for your help with this, @mashhurs.

mashhurs commented 9 months ago

@karenzone this was covered when non-OSS feature was introduced. Sorry that I forgot to update here 🤦 I have just run the workflow to double check and it is here: I have https://github.com/elastic/logstash-docs/pull/1613/files#diff-d795e5afb754865b186622bfd833c211c013d0a49f7b8d050e06915dab87ffa3

karenzone commented 9 months ago

Awesome! Thanks for fixing this. Do you have a PR number we can link to this issue for future reference?

mashhurs commented 9 months ago

Awesome! Thanks for fixing this. Do you have a PR number we can link to this issue for future reference?

I'm going to delete my previous comment to avoid confusion. :-)

Here it is: https://github.com/elastic/logstash/pull/15769

karenzone commented 9 months ago

Fixed with merge of https://github.com/elastic/logstash/pull/15769