1- [[ingest-management -overview]]
1+ [[fleet -overview]]
22[role="xpack"]
3- = Ingest management overview
3+ = Overview
44
55beta[]
66
@@ -11,13 +11,13 @@ beta[]
1111{agent} is a single, unified way to add monitoring for logs, metrics, and
1212other types of data to each host. A single agent makes it easier and faster
1313to deploy monitoring across your infrastructure. The agent's single, unified
14- configuration makes it easier to add integrations for new data sources.
14+ policy makes it easier to add integrations for new data sources.
1515
1616[discrete]
17- [[ingest-manager ]]
18- == {ingest-manager }
17+ [[fleet ]]
18+ == {fleet }
1919
20- {ingest-manager } provides a web-based UI in {kib} to add and manage integrations
20+ {fleet } provides a web-based UI in {kib} to add and manage integrations
2121for popular services and platforms, as well as manage a fleet of {agent}s. Our
2222integrations provide an easy way to add new sources of data, plus they ship
2323with out-of-the-box assets like dashboards, visualizations, and pipelines to
@@ -29,50 +29,51 @@ image::images/integrations.png[Integrations page]
2929
3030[discrete]
3131[[configuring-integrations]]
32- == {integrations} in {ingest-manager }
32+ == {integrations} in {fleet }
3333
34- {ingest-manager } provides a web-based UI for configuring integrations with your
34+ {fleet } provides a web-based UI for configuring integrations with your
3535data sources. This includes popular services and platforms like Nginx or AWS,
3636as well as many generic input types like log files.
3737
38- The {agent} configuration allows you to use any number of integrations for
39- data sources. You can apply the {agent} configuration to multiple agents,
38+ The {agent} policy allows you to use any number of integrations for
39+ data sources. You can apply the {agent} policy to multiple agents,
4040making it even easier to manage configuration at scale.
4141
4242[role="screenshot"]
4343image::images/add-integration.png[Add integration page]
4444
45- When you add an integration, you select the agent configuration to use then
45+ When you add an integration, you select the agent policy to use then
4646configure inputs for logs and metrics, such as the path to your Nginx access
4747logs. When you're done, you save the integration to update the {agent}
48- configuration . The next time enrolled agents check in, they receive the update.
49- Having the configurations automatically deployed is more convenient
48+ policy . The next time enrolled agents check in, they receive the update.
49+ Having the policies automatically deployed is more convenient
5050than doing it yourself by using SSH, Ansible playbooks, or some other tool.
5151
5252If you prefer infrastructure as code, you may use YAML files and APIs.
53- {ingest-manager } has an API-first design. Anything you can do in the UI, you
53+ {fleet } has an API-first design. Anything you can do in the UI, you
5454can also do using the API. This makes it easy to automate and integrate with
5555other systems.
5656
5757[discrete]
5858[[central-management]]
5959== Central management in {fleet}
6060
61- You can see the state of all your {agent}s on the {fleet} page. Here you can see
62- which agents are online, which have errors, and the last time they checked in.
63- You can also see the version of the {agent} binary and configuration.
61+ You can see the state of all your {agent}s in {fleet}. On the **Agents** page,
62+ you can see which agents are online, which have errors, and the last time
63+ they checked in. You can also see the version of the {agent} binary and
64+ policy.
6465
65- //TODO: Replace this screen after testing (to show a number of agents) .
66+ //TODO: Replace this screenshot with one that shows more than one agent .
6667
6768[role="screenshot"]
68- image::images/fleet.png[{fleet} page]
69+ image::images/kibana- fleet-agents .png[Agents page]
6970
7071{fleet} serves as the communication channel back to the {agent}s. Agents check
7172in for the latest updates on a regular basis. You can have any number of agents
72- enrolled into each agent configuration , which allows you to scale up to
73- thousands of hosts. When you make a change to an agent configuration , all the
73+ enrolled into each agent policy , which allows you to scale up to
74+ thousands of hosts. When you make a change to an agent policy , all the
7475agents receive the update during their next check-in. You no longer have to
75- distribute configuration updates yourself.
76+ distribute policy updates yourself.
7677
7778[discrete]
7879[[data-streams]]
@@ -86,8 +87,12 @@ permissions. These indices are called _data streams_.
8687As you can see in the following screen, each data stream (or index) is broken
8788out by dataset, type, and namespace.
8889
90+ // REVIEWERS: Have I gotten the terminology right here? It sounds
91+ // like datasets is still a concept, but when we talk about the indices created
92+ // here, they are data streams. Is that correct?
93+
8994[role="screenshot"]
90- image::images/datasets .png[Datasets page]
95+ image::images/kibana-fleet-datastreams .png[Data streams page]
9196
9297The _dataset_ is defined by the integration and describes the fields and other
9398settings for each index. For example, you might have one dataset for process
0 commit comments