-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add note that there is no warranty or support for generator code #28797
Conversation
Pinging @elastic/obs-docs (Team:Docs) |
This pull request does not have a backport label. Could you fix it @dedemorton? 🙏
NOTE: |
💚 Build Succeeded
Expand to view the summary
Build stats
❕ Flaky test reportNo test was executed to be analysed. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
This pull request is now in conflicts. Could you fix it? 🙏
|
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.
There are some conflicts here. Would you mind rebasing the PR?
I think warranties about Filebeat modules and Metricbeat metricsets should be added to our docs. I did not remove those pages, just Beat generators. |
c77dc1c
to
48183d6
Compare
@kvch Thanks! I have rebased the PR. Please review and approve if it's ready to merge. Also can you answer the question I asked earlier about the protocol generator? I think it's a little embarrassing that we say we're updating that section in the docs, but it's been out-of-date for a long time. Do we even want to recommend that users add protocols now? WDYT? |
Maybe @adriansr can answer you about the protocol generator? |
We've had some contributions for Packetbeat protocols, not a lot, but enough to assume that people interested manage to do it. What I don't know is if they're using the generator or basing new contributions on existing protocols. About the recommendation, my understanding is that we still want those contributions, as Elastic Agent packages still need the protocol in Packetbeat to function and this is still going to be the case for 8.x. |
I'm going to merge this and leave the protocol docs as-is for now. |
) * Add note that there is no warranty or support for generator code * Remove tagged region because it's no longer used (cherry picked from commit 73a2e55)
) * Add note that there is no warranty or support for generator code * Remove tagged region because it's no longer used (cherry picked from commit 73a2e55)
) (#29188) * Add note that there is no warranty or support for generator code * Remove tagged region because it's no longer used (cherry picked from commit 73a2e55) Co-authored-by: DeDe Morton <[email protected]>
) (#29187) * Add note that there is no warranty or support for generator code * Remove tagged region because it's no longer used (cherry picked from commit 73a2e55) Co-authored-by: DeDe Morton <[email protected]>
* upstream/master: (577 commits) Remove Journalbeat (elastic#29131) Add note that there is no warranty or support for generator code (elastic#28797) packetbeat: preparation for npcap addition (elastic#29017) Use the generic helper for opening file to read in filestream (elastic#29180) Workflow for macos (elastic#29174) Fix `decode_json_fields` processor to always add error key (elastic#29107) Workflow for macos (elastic#29156) Fix agent download timeout values in yaml files (elastic#29039) Added workflow file for builds with macos (elastic#29148) CI: enable AWS cloud testing on a PR basis if changes in certain files (elastic#29047) Remove links to Journalbeat (elastic#29134) Fix rds metadata in cloudwatch metricset (elastic#29106) [mergify]: notify conflicts in PRs that are still open (elastic#29122) Use NamedWatcher in Agent's k8s provider (elastic#29095) override host on statsd metricset (elastic#29103) Skip config check in autodiscover for duplicated configurations (elastic#29048) Change "filebeat.config.modules.enabled" to "true" (elastic#28769) Remove deprecated spool queue from Beats (elastic#28869) Add `beat` field back to beat.stats (elastic#29094) Revert "Move labels and annotations under kubernetes.namespace. (elastic#27917)" (elastic#29069) ...
* upstream/master: [libbeat] Fix add_labels flattening of arrays values (elastic#29211) Change elastic-agent pprof default to false (elastic#29155) elastic#28472 fix flaky tests in libbeat fmtstr to use time.UTC instead of time.Local (elastic#28473) Adopt `parsers` in Filebeat's journald input (elastic#29070) [Elastic Agent] Add process error handling guidelines (elastic#29152) winlogbeat/sys/winevent: use reflect IsZero method (elastic#29190) Remove Journalbeat (elastic#29131) Add note that there is no warranty or support for generator code (elastic#28797) packetbeat: preparation for npcap addition (elastic#29017) Use the generic helper for opening file to read in filestream (elastic#29180) Workflow for macos (elastic#29174) Fix `decode_json_fields` processor to always add error key (elastic#29107)
What does this PR do?
Adds note to Beats Developer Guide in places where we talk about code for generating Beats, metricsets, modules, or filesets.
Questions:
Why is it important?
The beats generator is old and will be deprecated in 8.0
Checklist
Related issues