Skip to content

Commit 139d4a3

Browse files
Merge pull request #178 from StrangeBeeCorp/DOC-183
DOC-183
2 parents 3125ad6 + c7f9693 commit 139d4a3

File tree

87 files changed

+313
-1063
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+313
-1063
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Select the **Custom fields** tab.
2+
3+
![Custom fields tab](/thehive/images/administration-guides/create-a-custom-field-custom-fields.png)

docs/thehive/administration/cortex/about-cortex.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,5 @@ Connect TheHive to Cortex to gather intelligence on observables with analyzers a
4444

4545
<h2>Next steps</h2>
4646

47-
* [Edit Cortex Connection Settings](edit-cortex-connection-settings.md)
4847
* [Add a Cortex Server](add-a-cortex-server.md)
4948
* [Remove a Cortex Server](remove-a-cortex-server.md)

docs/thehive/administration/cortex/add-a-cortex-server.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,4 @@ This topic provides step-by-step instructions for adding a [Cortex](about-cortex
7171

7272
<h2>Next steps</h2>
7373

74-
* [Edit Cortex Connection Settings](edit-cortex-connection-settings.md)
7574
* [Remove a Cortex Server](remove-a-cortex-server.md)

docs/thehive/administration/cortex/edit-cortex-connection-settings.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

docs/thehive/administration/cortex/remove-a-cortex-server.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ This topic provides step-by-step instructions for removing a [Cortex](about-cort
2222

2323
<h2>Next steps</h2>
2424

25-
* [Edit Cortex Connection Settings](edit-cortex-connection-settings.md)
2625
* [Add a Cortex Server](add-a-cortex-server.md)

docs/thehive/administration/custom-fields/about-custom-fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Custom fields can be either optional or mandatory. You must complete all mandato
4141
<h2>Next steps</h2>
4242

4343
* [Create a Custom Field](create-a-custom-field.md)
44-
* [Edit a Custom Field](edit-a-custom-field.md)
44+
* [Manage a Custom Field](manage-a-custom-field.md)
4545
* [Delete a Custom Field](delete-a-custom-field.md)
4646
* [Add Custom Fields](../../user-guides/analyst-corner/cases/custom-fields/add-custom-fields.md)
4747
* [Remove Custom Fields](../../user-guides/analyst-corner/cases/custom-fields/remove-custom-fields.md)

docs/thehive/administration/custom-fields/create-a-custom-field.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@ This topic provides step-by-step instructions for creating a [custom field](../c
66

77
<h2>Procedure</h2>
88

9-
1. Go to the **Entities management** view from the sidebar menu.
10-
11-
![Entities management](../../images/administration-guides/create-a-custom-field-entities-management.png)
9+
1. {!includes/entities-management-view-go-to.md!}
1210

1311
---
1412

15-
2. Select the **Custom fields** tab.
16-
17-
![Custom fields tab](../../images/administration-guides/create-a-custom-field-custom-fields.png)
13+
2. {!includes/custom-fields-tab-go-to.md!}
1814

1915
---
2016

@@ -59,7 +55,7 @@ This topic provides step-by-step instructions for creating a [custom field](../c
5955

6056
<h2>Next steps</h2>
6157

62-
* [Edit a Custom Field](edit-a-custom-field.md)
58+
* [Manage a Custom Field](manage-a-custom-field.md)
6359
* [Delete a Custom Field](delete-a-custom-field.md)
6460
* [Add Custom Fields](../../user-guides/analyst-corner/cases/custom-fields/add-custom-fields.md)
6561
* [Remove Custom Fields](../../user-guides/analyst-corner/cases/custom-fields/remove-custom-fields.md)

docs/thehive/administration/custom-fields/delete-a-custom-field.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This topic provides step-by-step instructions for deleting a [custom field](../c
2323
<h2>Next steps</h2>
2424

2525
* [Create a Custom Field](create-a-custom-field.md)
26-
* [Edit a Custom Field](edit-a-custom-field.md)
26+
* [Manage a Custom Field](manage-a-custom-field.md)
2727
* [Add Custom Fields](../../user-guides/analyst-corner/cases/custom-fields/add-custom-fields.md)
2828
* [Remove Custom Fields](../../user-guides/analyst-corner/cases/custom-fields/remove-custom-fields.md)
2929
* [Enter Values in Custom Fields](../../user-guides/analyst-corner/cases/custom-fields/enter-values-in-custom-fields.md)

docs/thehive/administration/custom-fields/edit-a-custom-field.md

Lines changed: 0 additions & 75 deletions
This file was deleted.
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# How to Manage Custom Fields
2+
3+
This topic provides step-by-step instructions for managing [custom fields](../custom-fields/about-custom-fields.md) in TheHive.
4+
5+
{!includes/administrator-access-manage-custom-fields.md!}
6+
7+
## Set a custom field as mandatory or optional
8+
9+
You must set a custom field as mandatory if it is used in dashboards or any automation workflow.
10+
11+
1. {!includes/entities-management-view-go-to.md!}
12+
13+
2. {!includes/custom-fields-tab-go-to.md!}
14+
15+
3. Select :fontawesome-solid-ellipsis: next to the custom field you want to edit.
16+
17+
4. Select **Edit**.
18+
19+
5. Turn the **Mandatory** toggle on or off.
20+
21+
6. Select **Confirm custom field edition**.
22+
23+
## Enter predefined values into a custom field
24+
25+
For the string, integer, and float types, you can define predefined values. If you choose to do this, users will only be able to select from the predefined values you specify. This helps maintain data consistency for reporting purposes.
26+
27+
1. {!includes/entities-management-view-go-to.md!}
28+
29+
2. {!includes/custom-fields-tab-go-to.md!}
30+
31+
3. Select :fontawesome-solid-ellipsis: next to the custom field you want to edit.
32+
33+
4. Select **Edit**.
34+
35+
5. Enter each predefined value on a separate line in the **Options** field.
36+
37+
6. Select **Confirm custom field edition**.
38+
39+
## Assign custom fields to the same group in bulk
40+
41+
1. {!includes/entities-management-view-go-to.md!}
42+
43+
2. {!includes/custom-fields-tab-go-to.md!}
44+
45+
3. Select :fontawesome-regular-square: next to the custom fields you want to edit.
46+
47+
4. Select :fontawesome-solid-pen:.
48+
49+
5. Enter the new group to apply.
50+
51+
6. Select **Confirm**.
52+
53+
<h2>Next steps</h2>
54+
55+
* [Create a Custom Field](create-a-custom-field.md)
56+
* [Delete a Custom Field](delete-a-custom-field.md)
57+
* [Add Custom Fields](../../user-guides/analyst-corner/cases/custom-fields/add-custom-fields.md)
58+
* [Remove Custom Fields](../../user-guides/analyst-corner/cases/custom-fields/remove-custom-fields.md)
59+
* [Enter Values in Custom Fields](../../user-guides/analyst-corner/cases/custom-fields/enter-values-in-custom-fields.md)

0 commit comments

Comments
 (0)