You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use Markdown to create blocks of related content.
74
72
75
-
:::{image} images/markdown-grouping.png
76
-
:alt: Markdown grouping in visualizations
77
-
:::
73
+

78
74
79
75
* Reading Direction
80
76
@@ -84,9 +80,7 @@ Keep the following guidelines in mind when positioning your elements on dashboar
84
80
85
81
Placing a big chart at the center of a dashboard, especially one with prominent visual shapes such as rectangles, helps to reinforce a natural visual focal point that lies in the center of the interface.
86
82
87
-
:::{image} images/rows-in-visualizations.png
88
-
:alt: Central focal point in visualization
89
-
:::
83
+

90
84
91
85
92
86
@@ -117,9 +111,7 @@ As much as possible, avoid using general filters, that is filters with `-*`. Co
117
111
118
112
Example:
119
113
120
-
:::{image} images/filter-in-visualization.png
121
-
:alt: Filter in a visualization
122
-
:::
114
+

123
115
124
116
125
117
### Do not use library visualizations [_do_not_use_library_visualizations]
@@ -142,9 +134,7 @@ Use color to distinguish categories, represent quantity/density, and highlight d
142
134
143
135
If your dashboard is made to identify specific behaviors, it might be interesting to consider a color setting that could help to point those out. Use a neutral color for generic elements and an accented color for the things that you want to highlight.
144
136
145
-
:::{image} images/colors-in-visualizations.png
146
-
:alt: Colors in visualizations
147
-
:::
137
+

148
138
149
139
150
140
## Titles in Visualisations matter [_titles_in_visualisations_matter]
@@ -154,6 +144,4 @@ Titles can have a strong visual impact on dashboards, especially when there are
154
144
* Remove unnecessary or repetitive titles when the information is already explained or written within the chart.
155
145
* When a title is needed, make it self explanatory and exhaustive. This way, you will be able to remove axis titles and other specifications leaving more space for the chart itself.
156
146
157
-
:::{image} images/titles-in-visualizations.png
158
-
:alt: Titles in visualizations
159
-
:::
147
+

Copy file name to clipboardExpand all lines: packages/abnormal_security/_dev/build/docs/README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,12 @@ The Abnormal Security integration collects data for AI Security Mailbox (formerl
6
6
7
7
## Data streams
8
8
9
-
The Abnormal Security integration collects four types of logs:
9
+
The Abnormal Security integration collects six types of logs:
10
10
11
11
-**[AI Security Mailbox](https://app.swaggerhub.com/apis-docs/abnormal-security/abx/1.4.3#/AI%20Security%20Mailbox%20(formerly%20known%20as%20Abuse%20Mailbox))** - Get details of AI Security Mailbox.
12
12
13
+
-**[AI Security Mailbox Not Analyzed](https://app.swaggerhub.com/apis/abnormal-security/abx/1.4.3#/AI%20Security%20Mailbox%20(formerly%20known%20as%20Abuse%20Mailbox)/v1_abuse_mailbox_not_analyzed_retrieve)** - Get details of messages submitted to AI Security Mailbox that were not analyzed.
14
+
13
15
-**[Audit](https://app.swaggerhub.com/apis-docs/abnormal-security/abx/1.4.3#/Audit%20Logs)** - Get details of Audit logs for Portal.
14
16
15
17
-**[Case](https://app.swaggerhub.com/apis-docs/abnormal-security/abx/1.4.3#/Cases)** - Get details of Abnormal Cases.
@@ -76,6 +78,16 @@ This is the `ai_security_mailbox` dataset.
76
78
77
79
{{fields "ai_security_mailbox"}}
78
80
81
+
### AI Security Mailbox Not Analyzed
82
+
83
+
This is the `ai_security_mailbox_not_analyzed` dataset.
0 commit comments