Displaying Insight Pack information

Use the pkg_mgmt command to list the artifacts in an Insight® Pack. This includes artifacts installed with the Insight Pack and any additional artifacts, related to the Insight Pack, that you add after installation. You can also use this command to list all of the Insight Packs that you have installed.

Displaying Insight Pack contents

To list the contents of an Insight Pack, execute the pkg_mgmt command with these parameters:
<HOME>/IBM/LogAnalysis/utilities/pkg_mgmt.sh -list list_options insight_pack
-U username -P password
where insight_pack is the path to the Insight Pack for which you want to list the contents. The options for the list parameter are:
all
Lists all of the artifacts related to an Insight Pack
rulesets
Lists all of the Rule Sets related to an Insight Pack
filesets
Lists all of the File Sets related to an Insight Pack
sourcetypes
Lists all of the Source Types related to an Insight Pack
collections
Lists all of the Collections related to an Insight Pack
logsources
Lists all of the Data Sources related an Insight Pack
These additional parameters can be defined:
-U
(Optional) The username for a user with administrative access rights. This parameter is not necessary if you have not changed the default unityadmin password.
-P
(Optional) The password for the username that you have specified. This parameter is not necessary if you have not changed the default unityadmin password.

Displaying a list of installed Insight Packs

To display a list of installed Insight Packs, execute the command:
<HOME>/IBM/LogAnalysis/utilities/pkg_mgmt.sh -list

Displaying changes to an Insight Pack

You can use the diff parameter to display a list of the changes that have been implemented to an Insight Pack after installation. This parameter allows you to list artifacts that have been added to the Insight Pack. Examples of these artifacts are Data Sources and Source Types. To display a list of artifacts added to an Insight Pack, execute the command:
<HOME>/IBM/LogAnalysis/utilities/pkg_mgmt.sh -diff insight_pack 
-U username -P password
where insight_pack is the path to the Insight Pack for which you want to list the differences.
These additional parameters can be defined:
-U
(Optional) The username for a user with administrative access rights. This parameter is not necessary if you have not changed the default unityadmin password.
-P
(Optional) The password for the username that you have specified. This parameter is not necessary if you have not changed the default unityadmin password.