diff --git a/internal/packages/archetype/package_docs_readme.go b/internal/packages/archetype/package_docs_readme.go index d697b7fdc0..be899a989a 100644 --- a/internal/packages/archetype/package_docs_readme.go +++ b/internal/packages/archetype/package_docs_readme.go @@ -4,8 +4,87 @@ package archetype -const packageDocsReadme = `# {{.Manifest.Title}} +const packageDocsReadme = ` + -This is a new integration created using the [elastic-package](https://github.com/elastic/elastic-package) tool. +# {{.Manifest.Title}} -Consider using the README template file ` + "`_dev/build/docs/README.md`" + `to generate a list of exported fields or include a sample event.` + + +## Data streams + + + + + + + + + + + +## Requirements + +You need Elasticsearch for storing and searching your data and Kibana for visualizing and managing it. +You can use our hosted Elasticsearch Service on Elastic Cloud, which is recommended, or self-manage the Elastic Stack on your own hardware. + + + +## Setup + + + +For step-by-step instructions on how to set up an integration, see the +[Getting started](https://www.elastic.co/guide/en/welcome-to-elastic/current/getting-started-observability.html) guide. + + + + + + + + + + + + + + + + + + + + + + + +`