Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,27 +48,9 @@
4. Return to the Indicators page in {{elastic-sec}}. Refresh the page if indicator data isn’t displaying.


### Troubleshooting [troubleshoot-indicators-page]

If indicator data is not appearing in the Indicators table after you installed a threat intelligence integration:

* Verify that the index storing indicator documents is included in the [default {{elastic-sec}} indices](../../../solutions/security/get-started/configure-advanced-settings.md#update-sec-indices) (`securitySolution:defaultIndex`). The index storing indicator documents will differ based on the way you’re collecting indicator data:

* **{{agent}} integrations** - `logs_ti*`
* **{{filebeat}} integrations** - `filebeat-*`

* Ensure the indicator data you’re ingesting is mapped to [Elastic Common Schema (ECS)](https://www.elastic.co/guide/en/ecs/{{ecs_version}}).

::::{note}
These troubleshooting steps also apply to the [Threat Intelligence view](../../../solutions/security/get-started/enable-threat-intelligence-integrations.md).

::::



## Indicators page UI [intelligence-page-ui]

After you add indicators to the Indicators page, you can [examine](../../../troubleshoot/security/indicators-of-compromise.md#examine-indicator-details), search, filter, and take action on indicator data. Indicators also appear in the Trend view, which shows the total values in the legend.

Check failure on line 53 in raw-migrated-files/docs-content/serverless/security-indicators-of-compromise.md

View workflow job for this annotation

GitHub Actions / preview / build

`examine-indicator-details` does not exist in indicators-of-compromise.md.

:::{image} ../../../images/serverless--cases-interact-with-indicators-table.gif
:alt: Shows how to interact with the Intelligence page
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,9 @@
4. Return to the Indicators page in {{elastic-sec}}. Refresh the page if indicator data isn’t displaying.


### Troubleshooting [troubleshoot-indicators-page]

If indicator data is not appearing in the Indicators table after you installed a threat intelligence integration:

* Verify that the index storing indicator documents is included in the [default {{elastic-sec}} indices](../../../solutions/security/get-started/configure-advanced-settings.md#update-sec-indices) (`securitySolution:defaultIndex`). The index storing indicator documents will differ based on the way you’re collecting indicator data:

* **{{agent}} integrations** - `logs_ti*`
* **{{filebeat}} integrations** - `filebeat-*`

* Ensure the indicator data you’re ingesting is mapped to [Elastic Common Schema (ECS)](https://www.elastic.co/guide/en/ecs/{{ecs_version}}).

::::{note}
These troubleshooting steps also apply to the [Threat Intelligence view](../../../solutions/security/get-started/enable-threat-intelligence-integrations.md).
::::



## Indicators page UI [intelligence-page-ui]

After you add indicators to the Indicators page, you can [examine](../../../troubleshoot/security/indicators-of-compromise.md#examine-indicator-details), search, filter, and take action on indicator data. Indicators also appear in the Trend view, which shows the total values in the legend.

Check failure on line 46 in raw-migrated-files/security-docs/security/indicators-of-compromise.md

View workflow job for this annotation

GitHub Actions / preview / build

`examine-indicator-details` does not exist in indicators-of-compromise.md.

:::{image} ../../../images/security-interact-with-indicators-table.gif
:alt: interact with indicators table
Expand Down
24 changes: 10 additions & 14 deletions troubleshoot/security/indicators-of-compromise.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
---
navigation_title: "Indicators of compromise"
mapped_pages:
- https://www.elastic.co/guide/en/security/current/indicators-of-compromise.html
- https://www.elastic.co/guide/en/serverless/current/security-indicators-of-compromise.html
---

# Indicators of compromise
# Troubleshoot indicators of compromise [troubleshoot-indicators-page]

% What needs to be done: Refine
If indicator data is not appearing in the Indicators table after you installed a threat intelligence integration:

% Scope notes: Pull out the troubleshooting section into its own topic, and leave the rest of the content in its current place
* Verify that the index storing indicator documents is included in the [default {{elastic-sec}} indices](../../solutions/security/get-started/configure-advanced-settings.md#update-sec-indices) (`securitySolution:defaultIndex`). The index storing indicator documents will differ based on the way you’re collecting indicator data:

% Use migrated content from existing pages that map to this page:
* **{{agent}} integrations** - `logs_ti*`
* **{{filebeat}} integrations** - `filebeat-*`

% - [ ] ./raw-migrated-files/security-docs/security/indicators-of-compromise.md
% - [ ] ./raw-migrated-files/docs-content/serverless/security-indicators-of-compromise.md
* Ensure the indicator data you’re ingesting is mapped to [Elastic Common Schema (ECS)](https://www.elastic.co/guide/en/ecs/{{ecs_version}}).
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Mpdreamz @reakaleek, could you help me out with the correct syntax here since we shouldn’t use attributes in links? 🙏

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I don't actually know the answer to that.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Mpdreamz, would you be able to help with this? Thanks!


% Internal links rely on the following IDs being on this page (e.g. as a heading ID, paragraph ID, etc):
::::{note}
These troubleshooting steps also apply to the [Threat Intelligence view](../../solutions/security/get-started/enable-threat-intelligence-integrations.md).
::::

$$$review-indicator-in-case$$$

$$$ti-indicators$$$

$$$troubleshoot-indicators-page$$$

$$$examine-indicator-details$$$
Loading