Skip to content

Commit

Permalink
fix(user type): editing log info
Browse files Browse the repository at this point in the history
  • Loading branch information
zuluecho9 committed Jan 27, 2022
1 parent ce28c25 commit bee23c0
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ Here's a detailed comparison of capabilities by user type. For tips on why you'd
<td style="text-align:center"><Icon
style={{color: '#328787'}}
name="fe-check"
/></td>
/>
</td>
<td style="text-align:center"><Icon
style={{color: '#328787'}}
name="fe-check"
Expand Down Expand Up @@ -584,7 +585,10 @@ Here are more details about how user type impacts access to applied intelligence
On January 12, 2022, basic users had some log management capabilities removed. Their current capabilities are described below.
</Callout>

Basic users can only view and search the [log management UI](/docs/logs/get-started/get-started-log-management). They don't have access to the more advanced log management features, such as [patterns](/docs/logs/ui-data/find-unusual-logs-log-patterns), [live tail](/docs/logs/troubleshooting/view-log-messages-real-time-live-tail), [parsing](/docs/logs/ui-data/parsing), and [data partitions](/docs/logs/ui-data/data-partitions).
Log-related capabilities:
* Basic users: can only view and search the [log management UI](/docs/logs/get-started/get-started-log-management). They don't have access to the more advanced log management features described below.
* Core users: have access to log management UI features, but not log data management and configuration capabilities or [logs in context](/docs/logs/logs-context/configure-logs-context-apm-agents).
* Full platform users: Have access to all log management features, including [patterns](/docs/logs/ui-data/find-unusual-logs-log-patterns), parsing](/docs/logs/ui-data/parsing), [data partitions](/docs/logs/ui-data/data-partitions), and [logs in context](/docs/logs/logs-context/configure-logs-context-apm-agents).

</Collapser>

Expand Down

0 comments on commit bee23c0

Please sign in to comment.