Skip to content

Commit 1c4e93b

Browse files
authored
Rebrand Insights to Lightspeed with attribute (#4031)
* Rebrand Insights to Lightspeed with attribute * Address suggestions
1 parent 29eda6f commit 1c4e93b

26 files changed

+92
-135
lines changed

guides/common/assembly_monitoring-hosts-by-using-red-hat-insights.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:_mod-docs-content-type: ASSEMBLY
22

3-
include::modules/con_monitoring-hosts-by-using-red-hat-insights.adoc[]
3+
include::modules/con_monitoring-hosts-by-using-insights.adoc[]
44

55
ifdef::orcharhino[]
66
include::modules/proc_installing-red-hat-cloud-plugin.adoc[leveloffset=+1]
@@ -18,7 +18,7 @@ ifndef::satellite[]
1818
include::modules/proc_enabling-rh-cloud-and-insights-client-reports-on-hosts.adoc[leveloffset=+1]
1919
endif::[]
2020

21-
include::modules/proc_deploying-red-hat-insights-by-using-the-ansible-role.adoc[leveloffset=+1]
21+
include::modules/proc_deploying-insights-by-using-the-ansible-role.adoc[leveloffset=+1]
2222

2323
include::modules/proc_configuring-synchronization-of-insights-recommendations-for-hosts.adoc[leveloffset=+1]
2424

guides/common/attributes-base.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
:FreeIPA-context: {FreeIPA}
8585
:freeipaserver-example-com: freeipa-server.example.com
8686
:hammer-smart-proxy: hammer proxy
87+
:Insights: Insights
8788
:install-on-os: {EL}
8889
:installer-log-file: /var/log/foreman-installer/foreman.log
8990
// this is foreman-installer or foreman-installer --scenario MyScenario if there are multiple

guides/common/attributes-satellite.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
:FreeIPA-context: Identity_Management
8282
:freeipaserver-example-com: idm-server.example.com
8383
:hammer-smart-proxy: hammer capsule
84+
:Insights: Red{nbsp}Hat Lightspeed
8485
:installer-log-file: /var/log/foreman-installer/satellite.log
8586
:installer-scenario-smartproxy: satellite-installer --scenario capsule
8687
:installer-scenario: satellite-installer --scenario satellite

guides/common/modules/con_additional-deployment-tasks.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ With load balancing configured on your {SmartProxyServers}, you can improve perf
4343
For more information, see {ConfiguringLoadBalancerDocURL}[_{ConfiguringLoadBalancerDocTitle}_].
4444

4545
ifdef::satellite,orcharhino[]
46-
Incident management with Red{nbsp}Hat Insights::
47-
With Red{nbsp}Hat Insights enabled on your {ProjectServer}, you can identify key risks to stability, security, and performance.
46+
Incident management with {Insights}::
47+
With {Insights} enabled on your {ProjectServer}, you can identify key risks to stability, security, and performance.
4848
+
4949
For more information, see {InstallingServerDocURL}[Using Red{nbsp}Hat Insights with {ProjectServer}] in _{InstallingServerDocTitle}_.
50-
endif::[]
50+
endif::[]

guides/common/modules/con_installing-and-configuring-advisorengine.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
include::snip_technology-preview.adoc[]
66

77
{advisorengine} analyzes system health and configuration by applying predefined rules to a small set of local data, such as installed packages, running services, and configuration settings.
8-
When you install {advisorengine} locally, you can generate Insights recommendations without sending system data to Red{nbsp}Hat services.
8+
When you install {advisorengine} locally, you can generate {Insights} recommendations without sending system data to Red{nbsp}Hat services.
99

1010
[IMPORTANT]
1111
====
12-
With {advisorengine} enabled, you cannot use the hosted Insights services for hosts registered to your {Project}.
12+
With {advisorengine} enabled, you cannot use the hosted {Insights} services for hosts registered to your {Project}.
1313
Enabling {advisorengine} prevents you from using any Red{nbsp}Hat Hybrid Cloud Console services on the registered hosts.
14-
====
14+
====
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
:_mod-docs-content-type: CONCEPT
22

3-
[id="monitoring-hosts-by-using-red-hat-insights"]
4-
= Monitoring hosts by using Red{nbsp}Hat Insights
3+
[id="monitoring-hosts-by-using-insights"]
4+
= Monitoring hosts by using {Insights}
55

6-
You can use Insights to diagnose systems and downtime related to security exploits, performance degradation, and stability failures.
7-
You can use the Insights dashboard to quickly identify key risks to stability, security, and performance.
6+
You can use {Insights} to diagnose systems and downtime related to security exploits, performance degradation, and stability failures.
7+
You can use the {Insights} dashboard to quickly identify key risks to stability, security, and performance.
88
You can sort by category, view details of the impact and resolution, and then determine what systems are affected.
99

10-
To use Insights to monitor hosts that you manage with {Project}, you must first install Insights on your hosts and register your hosts with Insights.
10+
To use {Insights} to monitor hosts that you manage with {Project}, you must first install {Insights} on your hosts and register your hosts with {Insights}.
1111

12-
For new {Project} hosts, you can install and configure Insights during host registration to {Project}.
12+
For new {Project} hosts, you can install and configure {Insights} during host registration to {Project}.
1313
For more information, see xref:Registering_Hosts_by_Using_Global_Registration_{context}[].
1414

15-
For hosts already registered to {Project}, you can install and configure Insights on your hosts by using an Ansible role.
16-
For more information, see xref:deploying-red-hat-insights-by-using-the-ansible-role[].
15+
For hosts already registered to {Project}, you can install and configure {Insights} on your hosts by using an Ansible role.
16+
For more information, see xref:deploying-insights-by-using-the-ansible-role[].
1717

1818
ifdef::satellite[]
19-
If you register your host to a new {ProjectServer}, reregister the host to Insights to avoid creating duplicate entries.
19+
If you register your host to a new {ProjectServer}, reregister the host to {Insights} to avoid creating duplicate entries.
2020
For more information, see {RHDocsBaseURL}red_hat_insights/1-latest/html/client_configuration_guide_for_red_hat_insights_with_fedramp/assembly-client-configuring-insights-client#proc-reregistering-system-insights_insights-cg-configuring-client[Re-registering your system with Red Hat Insights].
2121
endif::[]
2222

2323
.Additional information
2424
* To view the logs for all plugins, go to `/var/log/foreman/production.log`.
25-
* If you have problems connecting to Insights, ensure that your certificates are up-to-date.
25+
* If you have problems connecting to {Insights}, ensure that your certificates are up-to-date.
2626
Refresh your subscription manifest to update your certificates.
2727
* You can change the default schedule for running `insights-client` by configuring `insights-client.timer` on a host.
2828
ifdef::satellite[]
2929
For more information, see {RHDocsBaseURL}/red_hat_insights/1-latest/html/client_configuration_guide_for_red_hat_insights/assembly-client-changing-schedule[Changing the insights-client schedule] in the _Client Configuration Guide for Red Hat Insights_.
30-
endif::[]
30+
endif::[]
Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
:_mod-docs-content-type: PROCEDURE
22

3-
[id="configuring_automatic_removal_of_hosts_from_the_insights_inventory_{context}"]
4-
= Configuring automatic removal of hosts from the Insights Inventory
3+
[id="configuring-automatic-removal-of-hosts-from-the-insights-inventory"]
4+
= Configuring automatic removal of hosts from the {Insights} Inventory
55

6-
When hosts are removed from {Project}, they can also be removed from the inventory of Red{nbsp}Hat Insights, either automatically or manually.
7-
You can configure automatic removal of hosts from the Insights Inventory during {RHCloud} synchronization with {Project} that occurs daily by default.
6+
When hosts are removed from {Project}, they can also be removed from the inventory of {Insights}, either automatically or manually.
7+
You can configure automatic removal of hosts from the {Insights} Inventory during {RHCloud} synchronization with {Project} that occurs daily by default.
88
If you leave the setting disabled, you can still remove the bulk of hosts from the Inventory manually.
99

1010
If *Automatic mismatch deletion* is enabled, {Project} removes any hosts from the {RHCloud} that are not registered in {Project}.
@@ -15,11 +15,5 @@ If any hosts are registered through other {Project} instances or directly to the
1515
* Your user account must have the permission of `view_foreman_rh_cloud` to view the Inventory Upload page in {ProjectWebUI}.
1616

1717
.Procedure
18-
ifndef::satellite[]
19-
. In the {ProjectWebUI}, navigate to *Insights* > *Inventory Upload*.
20-
endif::[]
21-
22-
ifdef::satellite[]
23-
. In the {ProjectWebUI}, navigate to *Red{nbsp}Hat Lightspeed* > *Inventory Upload*.
24-
endif::[]
18+
. In the {ProjectWebUI}, navigate to *{Insights}* > *Inventory Upload*.
2519
. Enable the *Automatic mismatch deletion* setting.
Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,18 @@
11
:_mod-docs-content-type: PROCEDURE
22

33
[id="configuring_synchronization_of_insights_recommendations_for_hosts_{context}"]
4-
= Configuring synchronization of Insights recommendations for hosts
4+
= Configuring synchronization of {Insights} recommendations for hosts
55

66
You can enable automatic synchronization of the recommendations from {RHCloud} that occurs daily by default.
77
If you leave the setting disabled, you can synchronize the recommendations manually.
88

99
.Procedures
1010
* To get the recommendations automatically:
1111
+
12-
ifndef::satellite[]
13-
. In the {ProjectWebUI}, navigate to *Insights* > *Recommendations*.
14-
endif::[]
15-
16-
ifdef::satellite[]
17-
. In the {ProjectWebUI}, navigate to *Red{nbsp}Hat Lightspeed* > *Recommendations*.
18-
endif::[]
12+
. In the {ProjectWebUI}, navigate to *{Insights}* > *Recommendations*.
1913
. Enable *Sync Automatically*.
2014

2115
* To get the recommendations manually:
2216
+
23-
ifndef::satellite[]
24-
. In the {ProjectWebUI}, navigate to *Insights* > *Recommendations*.
25-
endif::[]
26-
27-
ifdef::satellite[]
28-
. In the {ProjectWebUI}, navigate to *Red{nbsp}Hat Lightspeed* > *Recommendations*.
29-
endif::[]
17+
. In the {ProjectWebUI}, navigate to *{Insights}* > *Recommendations*.
3018
. On the vertical ellipsis, click *Sync Recommendations*.
Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
:_mod-docs-content-type: PROCEDURE
22

3-
[id="Creating_an_Insights_Remediation_Plan_for_Hosts_{context}"]
4-
= Creating an Insights remediation plan for hosts
3+
[id="creating-an-insights-remediation-plan-for-hosts"]
4+
= Creating an {Insights} remediation plan for hosts
55

6-
With {Project}, you can create a Red{nbsp}Hat Insights remediation plan and run the plan on {Project} hosts.
6+
With {Project}, you can create a {Insights} remediation plan and run the plan on {Project} hosts.
77

88
.Procedure
9-
ifndef::satellite[]
10-
. In the {ProjectWebUI}, navigate to *Insights* > *Recommendations*.
11-
endif::[]
12-
13-
ifdef::satellite[]
14-
. In the {ProjectWebUI}, navigate to *Red{nbsp}Hat Lightspeed* > *Recommendations*.
15-
endif::[]
16-
. On the Red{nbsp}Hat Insights page, select the number of recommendations that you want to include in an Insights plan.
9+
. In the {ProjectWebUI}, navigate to *{Insights}* > *Recommendations*.
10+
. On the {Insights} page, select the number of recommendations that you want to include in a {Insights} plan.
1711
+
1812
You can only select the recommendations that have an associated playbook.
1913
. Click *Remediate*.
@@ -31,6 +25,6 @@ Alternatively:
3125
. In the {ProjectWebUI}, navigate to *Hosts* *>* *All Hosts*.
3226
. Select a host.
3327
. On the Host details page, click *Recommendations*.
34-
. On the Red{nbsp}Hat Insights page, select the number of recommendations you want to include in an Insights plan and proceed as before.
28+
. On the {Insights} page, select the number of recommendations you want to include in the {Insights} plan and proceed as before.
3529

3630
In the Jobs window, you can view the progress of your plan.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
:_mod-docs-content-type: PROCEDURE
22

3-
[id="deploying-red-hat-insights-by-using-the-ansible-role"]
4-
= Deploying Red{nbsp}Hat Insights by using the Ansible role
3+
[id="deploying-insights-by-using-the-ansible-role"]
4+
= Deploying {Insights} by using the Ansible role
55

6-
The *RedHatInsights.insights-client* Ansible role is used to automate the installation and registration of hosts with Insights.
6+
The *RedHatInsights.insights-client* Ansible role is used to automate the installation and registration of hosts with {Insights}.
77
For more information about adding this role to your {Project}, see {ManagingConfigurationsAnsibleDocURL}Getting_Started_with_Ansible_in_{project-context}_ansible[Getting Started with Ansible in {Project}] in _{ManagingConfigurationsAnsibleDocTitle}_.
88

99
.Procedure

0 commit comments

Comments
 (0)