diff --git a/docs/thehive/installation-and-configuration/configuration/.pages b/docs/thehive/installation-and-configuration/configuration/.pages index 455651e5..7812dd08 100644 --- a/docs/thehive/installation-and-configuration/configuration/.pages +++ b/docs/thehive/installation-and-configuration/configuration/.pages @@ -8,4 +8,5 @@ nav: - MISP connector: 'connectors-misp.md' - Webhooks: 'webhooks.md' - Streams: 'streams.md' + - Misc.: 'misc.md' - Logs: 'logs.md' \ No newline at end of file diff --git a/docs/thehive/installation-and-configuration/configuration/misc.md b/docs/thehive/installation-and-configuration/configuration/misc.md new file mode 100644 index 00000000..c686367a --- /dev/null +++ b/docs/thehive/installation-and-configuration/configuration/misc.md @@ -0,0 +1,15 @@ +# Miscelleneous settings + +## Manage content lengh + +Content length of text and files managed by the application are limited by default. Before TheHive 4.1.1, they were set to very small values. +Default values in TheHive 4.1.1 are set with these default parameters: + +``` +play.http.parser.maxDiskBuffer: 128MB +play.http.parser.maxMemoryBuffer: 256kB +``` + +If you feel that these should be updated, edit `/etc/thehive/application.conf` file and update these parameters. + + diff --git a/docs/thehive/user-guides/cases/ttps.md b/docs/thehive/user-guides/cases/ttps.md index e69de29b..9577df44 100644 --- a/docs/thehive/user-guides/cases/ttps.md +++ b/docs/thehive/user-guides/cases/ttps.md @@ -0,0 +1 @@ +# Tactics, Techniques and Procedures \ No newline at end of file