Splunk® Enterprise Security

Administer Splunk Enterprise Security

Acrobat logo Download manual as PDF


This documentation does not apply to the most recent version of Splunk® Enterprise Security. For documentation on the most recent version, go to the latest release.
Acrobat logo Download topic as PDF

Verify that your asset and identity data was added to Splunk Enterprise Security

Verify that your asset or identity data was added to Splunk Enterprise Security by searching and viewing dashboards.

Prerequisite

Configure the new asset or identity list in Splunk Enterprise Security

Steps

Verify asset lookup data.

  1. Verify that a specific asset record exists in the asset lookup.
    1. Choose an asset record with data in the ip, mac, nt_host, or dns fields from an asset list.
    2. Search for it in Splunk Web.

      | makeresults | eval src="1.2.3.4" | `get_asset(src)`

  2. View all available assets in your instance using one of the following methods. Compare the number of rows with your asset data sources to verify the number of asset records matches your expectations, or spot check specific records.
    • View the Asset Center dashboard. See Asset Center dashboard in Use Splunk Enterprise Security..
    • Use the assets macro.

      | `assets`

    • Search the data model.

      |`datamodel("Identity_Management", "All_Assets")` |`drop_dm_object_name("All_Assets")`

Verify identity lookup data.

  1. Verify that a specific identity record exists in the identity lookup.
    1. Choose an identity record with data in the identity field.
    2. Search for it in Splunk Web.

      | makeresults | eval user="VanHelsing" | `get_identity4events(user)`

  2. View all available identities in your instance using one of the following methods. Compare the number of rows with your identity data sources to verify the number of identity records matches your expectations, or spot check specific records.
    • View the Identity Center dashboard. See Identity Center dashboard in Use Splunk Enterprise Security.
    • Use the identities macro.

      | `identities`

    • Search the data model.

      |`datamodel("Identity_Management", "All_Identities")` |`drop_dm_object_name("All_Identities")`

Next step

Configure asset and identity correlation in Splunk Enterprise Security

Last modified on 11 September, 2019
PREVIOUS
Configure a new asset or identity list in Splunk Enterprise Security
  NEXT
Configure asset and identity correlation in Splunk Enterprise Security

This documentation applies to the following versions of Splunk® Enterprise Security: 4.7.0, 4.7.1, 4.7.2, 4.7.3, 4.7.4, 4.7.5, 4.7.6, 5.0.0, 5.0.1, 5.1.0, 5.1.1, 5.2.0, 5.2.1, 5.2.2, 5.3.0, 5.3.1


Was this documentation topic helpful?


You must be logged into splunk.com in order to post comments. Log in now.

Please try to keep this discussion focused on the content covered in this documentation topic. If you have a more general question about Splunk functionality or are experiencing a difficulty with Splunk, consider posting a question to Splunkbase Answers.

0 out of 1000 Characters