Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
| Search for | Example | Results |
|---|---|---|
| A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
|
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
| Search for | Operator | Example |
|---|---|---|
|
Two or more words in the same topic |
|
|
| Either word in a topic |
|
|
| Topics that do not contain a specific word or phrase |
|
|
| Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
| A combination of search types | ( ) parentheses |
|
Add Audit Policies to the JSP File
During the Service design import, the JSP file windows_audit.jsp is automatically imported into the following location:
<CSA_JBOSS_HOME>/standalone/deployments/csa.war/propertysources.
You can modify and updated this JSP file with the patch policies available in the SA Core.
Follow the steps to view the Audit Policies in the SA core:
-
Log on to the SA core.
- On the left pane, click Library.
-
For Windows platform, click Audit and Remediation > Audit Policies > Windows
For Linux platform, click Audit and Remediation > Audit Policies > Unix
On the right pane, the related audit policy names are listed.
-
Add the audit policy names to the
windows_audit.jspfile.For example, if audit policies with the names Audit Policy For Network and Audit Policy For Log are listed in the panel on the right, then the contents of the file would be as follows:
<%@ page import="com.hp.csa.web.util.CSAIntegrationHelper" %>
<% CSAIntegrationHelper.executeCSAREST("csa/rest/catalog?userIdentifier=90d96588360da0c701360da0f1d600a1"); %>
<% String blueprintId = request.getParameter("id"); %>
<Property>
<availableValues>
<value>Please select an Audit Policy Name</value>
<displayName> Please select an Audit Policy Name</displayName>
<description>Please select an Audit Policy Name</description>
</availableValues>
<availableValues>
<value>Audit Policy For Log</value>
<displayName>Audit Policy For Log</displayName>
<description>Audit Policy For Log</description>
</availableValues>
<availableValues>
<value>Audit Policy For Network</value>
<displayName>Audit Policy For Network</displayName>
<description>Audit Policy For Network</description>
</availableValues>
</Property> -
You can add multiple audit policy names by adding the following element:
<availableValues>
<value>New Audit Policy Name</value>
<displayName>Display Name</displayName>
<description>Description</description>
</availableValues> - Save the file.
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to csl_doc_feedback@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback:

