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
Copy file name to clipboardExpand all lines: docs/API_Doc.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -659,7 +659,7 @@ Simply run a get request on this endpoint to get the relevant log entries for a
659
659
660
660
# Organisations
661
661
## Add
662
-
POST an Organisation object in JSON format to this API to create a new organsiation.
662
+
POST an Organisation object in JSON format to this API to create a new organisation.
663
663
```
664
664
/admin/organisations/add
665
665
```
@@ -683,7 +683,7 @@ POST an Organisation object in JSON format to this API to create a new organsiat
683
683
| local |integer |If the organisation should have access to this instance, make sure that the Local organisation setting is checked. If you would only like to add a known external organisation for inclusion in sharing groups, uncheck the Local organisation setting. |
684
684
685
685
## Edit
686
-
POST an Organisation object in JSON format to this API to create a new organsiation.
686
+
POST an Organisation object in JSON format to this API to create a new organisation.
687
687
```
688
688
/admin/organisations/edit
689
689
```
@@ -997,7 +997,7 @@ Untag an event or attribute. Tag can be the id or the name.
997
997
998
998
999
999
## AttachTagToObject
1000
-
Attach a Tag to an object, refenced by an UUID. Tag can either be a tag id or a tag name.
1000
+
Attach a Tag to an object, referenced by an UUID. Tag can either be a tag id or a tag name.
Copy file name to clipboardExpand all lines: docs/UPDATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ It is **very strongly recommended** to upgrade MISP via the web interface. This
5
5
6
6
# Point release updates
7
7
!!! notice
8
-
In general, updating MISP between point releases (for exampe 2.4.50 -> 2.4.53) happens with one of the following two options (both are to be executed as root).
8
+
In general, updating MISP between point releases (for example 2.4.50 -> 2.4.53) happens with one of the following two options (both are to be executed as root).
Copy file name to clipboardExpand all lines: docs/background-jobs-migration-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Migration guide to new Background Jobs backend
2
-
As of **MISP** version `2.4.151` we introduced a simpler way to handle background jobs without relying in CakeResque as this library is no longer mantained.
2
+
As of **MISP** version `2.4.151` we introduced a simpler way to handle background jobs without relying in CakeResque as this library is no longer maintained.
3
3
4
4
For the time being both background jobs backends will be supported, but we plan to phase out the CakeResque one in a near future.
Copy file name to clipboardExpand all lines: docs/correlations.rework.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Despite the re-correlation potentially taking a long time, your instance will st
37
37
### Some precautions you can take to ease the process:
38
38
39
39
- Make sure that your mysql is able to perform well, it is especially important that the innodb_buffer_size is not using the rather restrictive default value
40
-
- Potentially disalbe query caching as this is one of the situations where it can be quite detrimental due to the alternating high frequency reads/writes to the same table (you can do this by issuing the `SET GLOBAL query_cache_size = 0;` command via your MySQL CLI client)
40
+
- Potentially disable query caching as this is one of the situations where it can be quite detrimental due to the alternating high frequency reads/writes to the same table (you can do this by issuing the `SET GLOBAL query_cache_size = 0;` command via your MySQL CLI client)
41
41
- Run multiple `default` background workers, since the correlation will keep one of the workers monitoring that queue busy for a prolonged period. (Add more via Administration->server settings->workers)
42
42
43
43
# How is the new engine different than the old one?
@@ -68,7 +68,7 @@ Despite the re-correlation potentially taking a long time, your instance will st
68
68
69
69
# Switching engines
70
70
71
-
The following proedure is to be used to switch between the `Default correlation engine` and the `No ACL engine`:
71
+
The following procedure is to be used to switch between the `Default correlation engine` and the `No ACL engine`:
72
72
- Navigate to Administration -> server settings -> correlations
73
73
- Click on `Activate` under the chosen engine's header
74
74
- Once the desired engine becomes active, truncate the table of the previously used engine to regain the disk space
@@ -96,7 +96,7 @@ In addition to the values being blocked based on the threshold the state of this
You will be able to see attrbutes as having too many correlations when viewing events, clicking on the magnifying glass will bring up the attribute search for the attribute value.
99
+
You will be able to see attributes as having too many correlations when viewing events, clicking on the magnifying glass will bring up the attribute search for the attribute value.
Copy file name to clipboardExpand all lines: docs/generic/hardening.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ MISP is a web-based **information sharing platform**, by design it is kept rathe
7
7
Bare in mind that neither the MISP documentation efforts or the core MISP project can give you the ultimate guide on how to harden your system.
8
8
This is not the purpose of the MISP Project but the purpose and care of those individuals and organizations deploying MISP Instances.
9
9
10
-
Nevertheless here is a very rough **food for thoughts** bulletpoint list for you to consider, and a list of some hardening ressources below.
10
+
Nevertheless here is a very rough **food for thoughts** bulletpoint list for you to consider, and a list of some hardening resources below.
11
11
12
12
- Are we using SSL by default? (Especially when syncing over the internet and exposing the API)
13
13
- How to we access the machine remotely? Via ssh? What is the path to get there? Does a [bastion host](https://en.wikipedia.org/wiki/Bastion_host) make sense?
0 commit comments