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

[Ingest Manager] Basic Elastic Agent documentation #19030

Merged
merged 50 commits into from
Jun 10, 2020

Conversation

michalpristas
Copy link
Contributor

What does this PR do?

Introduces basic elastic agent related documentation

Why is it important?

For user to know how to use and what to expect from agent

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works
  • I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

Fixes: #18720
Fixes: #18721

@michalpristas michalpristas added docs review needs_backport PR is waiting to be backported to other branches. Team:Ingest Management Ingest Management:alpha1 Group issues for ingest management alpha1 labels Jun 8, 2020
@michalpristas michalpristas self-assigned this Jun 8, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ingest-management (Team:Ingest Management)

@botelastic botelastic bot added needs_team Indicates that the issue/PR needs a Team:* label and removed needs_team Indicates that the issue/PR needs a Team:* label labels Jun 8, 2020
@elasticmachine
Copy link
Collaborator

elasticmachine commented Jun 8, 2020

💚 Build Succeeded

Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: [Pull request #19030 updated]

  • Start Time: 2020-06-10T08:23:08.885+0000

  • Duration: 26 min 48 sec

Copy link
Contributor

@dedemorton dedemorton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've made suggestions for edits so that you can apply them directly unless you disagree. I think the heading levels need to be changed unless you want to break this file into multiple topics.

x-pack/elastic-agent/docs/elastic-agent.asciidoc Outdated Show resolved Hide resolved
x-pack/elastic-agent/docs/elastic-agent.asciidoc Outdated Show resolved Hide resolved
x-pack/elastic-agent/docs/elastic-agent.asciidoc Outdated Show resolved Hide resolved
x-pack/elastic-agent/docs/elastic-agent.asciidoc Outdated Show resolved Hide resolved

=== Step 1: Download Elastic Agent

See our https://www.elastic.co/downloads/beats/{beatname_lc}[download page] for
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would say something like:

Download the package from the https://www.elastic.co/downloads/beats/{beatname_lc}[download page].

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that if you use {beatname_lc}, you'll need to set the attribute somewhere (probably in the index file)

:beatname_lc: value

Might make sense to create a new attribute for agent, tho

x-pack/elastic-agent/docs/elastic-agent.asciidoc Outdated Show resolved Hide resolved
x-pack/elastic-agent/docs/elastic-agent.asciidoc Outdated Show resolved Hide resolved
x-pack/elastic-agent/docs/elastic-agent.asciidoc Outdated Show resolved Hide resolved
x-pack/elastic-agent/docs/elastic-agent.asciidoc Outdated Show resolved Hide resolved
michalpristas and others added 12 commits June 9, 2020 08:34
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
michalpristas and others added 10 commits June 9, 2020 09:03
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
ca_sha256: "7lHLiyp4J8m9kw38SJ7SURJP4bXRZv/BNxyyXkCcE/M="
-------------------------------------------------------------------------------------

This example configures two outputs:`default` and `monitoring`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad...I missed a space.

Copy link
Contributor

@dedemorton dedemorton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks again for adding these docs! Found a minor typo that I made yesterday. But otherwise, looks good.


["source","sh",subs="attributes,callouts"]
------------------------------------------------
curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{version}-darwin-x86_64.tar.gz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a bit odd to have step 1 and the curl command. I'd choose one or the other, not both.

@EricDavisX
Copy link
Contributor

this is just fabulous Michal, well done. :)

@michalpristas michalpristas merged commit 05f110e into elastic:master Jun 10, 2020
michalpristas added a commit to michalpristas/beats that referenced this pull request Jun 10, 2020
* docs

* relative links

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* wip

* default behavior notice

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* step1

* mod

Co-authored-by: DeDe Morton <dede.morton@elastic.co>
michalpristas added a commit to michalpristas/beats that referenced this pull request Jun 10, 2020
* docs

* relative links

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* wip

* default behavior notice

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* step1

* mod

Co-authored-by: DeDe Morton <dede.morton@elastic.co>
michalpristas added a commit that referenced this pull request Jun 12, 2020
* docs

* relative links

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* wip

* default behavior notice

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* step1

* mod

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

Co-authored-by: DeDe Morton <dede.morton@elastic.co>
michalpristas added a commit that referenced this pull request Jun 12, 2020
* docs

* relative links

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* wip

* default behavior notice

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* step1

* mod

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

Co-authored-by: DeDe Morton <dede.morton@elastic.co>
v1v added a commit to v1v/beats that referenced this pull request Jun 12, 2020
…ngs-archive

* upstream/master: (119 commits)
  Update filebeat input docs (elastic#19110)
  Add ECS fields from log pipeline of PostgreSQL (elastic#19127)
  Init package libbeat/statestore (elastic#19117)
  [Ingest Manager] Retryable downloads of beats (elastic#19102)
  [DOCS] Add output.console to Functionbeat doc and Functionbeat reference file (elastic#18965)
  Add compatibility info (elastic#18929)
  Set ecszap version to v0.2.0 (elastic#19106)
  [filebeat][httpjson] Fix unit test function call (elastic#19124)
  [Filebeat][httpjson] Adds oauth2 support for httpjson input (elastic#18892)
  Allow host.* fields to be disabled in Suricata module (elastic#19107)
  Make selector string casing configurable (elastic#18854)
  Switch the GRPC communication where Agent is running the server and the beats are connecting back to Agent (elastic#18973)
  Disable host.* fields by default for netflow module (elastic#19087)
  Automatically fill zube teams on backports if available (elastic#18924)
  Fix crash on vsphere module (elastic#19078)
  [Ingest Manager] Download snapshot artifacts from snapshots repo (elastic#18685)
  [Ingest Manager] Basic Elastic Agent documentation (elastic#19030)
  Make user.id a string in system/users, in line with ECS (elastic#19019)
  [docs] Add 7.8 release highlights placeholder file (elastic#18493)
  Fix translate_sid's empty target field handling (elastic#18991)
  ...
[[requirements]]
Requirements

The remote Kibana version of the Agent must be equal or higher than the Agent version, if this is not met

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@michalpristas I think the requirement is that the Agent must be equal or higher than the Agent minor version. I think we are still able to make patch releases for Agent without updating the whole stack. Can you confirm?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we removed sending kbn-version as there was a check on kibana side which required it to be == when sent. not sure what the status of the check is atm cc @nchaulet

@dedemorton dedemorton removed the needs_backport PR is waiting to be backported to other branches. label Jun 16, 2020
melchiormoulin pushed a commit to melchiormoulin/beats that referenced this pull request Oct 14, 2020
* docs

* relative links

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* wip

* default behavior notice

* Update x-pack/elastic-agent/docs/elastic-agent.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

* step1

* mod

Co-authored-by: DeDe Morton <dede.morton@elastic.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Ingest Management:alpha1 Group issues for ingest management alpha1 review
Projects
None yet
5 participants