Overview
Getting Here
Settings > Account
Accounts Overview Page
The Accounts Overview page displays and allows you to manage the general settings of your company's account. The following sections and settings are available:
1. Shortname
- Description: A unique identifier for your account.
- Example:
netography
2. Organization*
- Description: The registered name of your organization.
- Example:
Netography, Inc.
3. SSO Login URL
- Description: The account-specific URL for Single Sign-On (SSO) logins.
- Example:
https://netography.fusion.netography.com
4. Ingest IP
- Description: The IP address used for ingesting data into your account.
- Example:
3.210.192.217:1997
5. Outbound System IP Allow Lists
-
Description: IP addresses that are allowed to communicate with outbound systems. These IPs are categorized into three sections:
- Pollers:
100.25.189.39
3.209.62.136
35.168.144.18
- BGP:
3.210.210.195
34.232.43.129
- Integrations:
35.168.144.18
- Pollers:
-
Tooltip: Information icons (
ⓘ
) next to the categories provide additional context about each list.
6. Data Retention
- Description: Specifies the duration for retaining raw data in your account.
- Default Value:
180 days
7. Rollup Retention
- Description: Specifies the duration for retaining rolled-up or aggregated data.
- Default Value:
365 days
8. AWS Custom Trust Policy
Account ID
- Description: The AWS Account ID provided by Netography for trust relationships.
- Example:
336133252600
sts:ExternalId
- Description: Netography-issued External ID used when creating AWS roles.
- Example:
81b90cd4-85b1-5e9b-b600-f9acead5b546
Trust Policy
- Description: A JSON-formatted policy used to establish AWS role trust. This is required for integrating with AWS resources.
- Example:
{ "Version": "2012-10-17", "Statement": [ { "Sid": "", "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::336133252600:root" }, "Action": "sts:AssumeRole" } ] }
Updated 5 days ago