- Feb 02, 2023
-
-
Václav Bartoš authored
Passwords which may be passed via HTTP basic auth (as "<username>:<password>") shouldn't contain a colon. Although it should work according to corresponding RFC, a colon in password causes problems in some servers (Cortex at minimum). Therefore, we only allow letters and numbers in most of the automatically generated passwords.
-
- Jan 26, 2023
-
-
Václav Bartoš authored
-
- Jan 25, 2023
-
-
Václav Bartoš authored
but not complete yet
-
Václav Bartoš authored
Mostly removed parts that were planned, but are not true in the current version.
-
- Jan 19, 2023
-
-
Václav Bartoš authored
The Kibana plugin doesn't work in OSD, so the case must be created manually in The Hive.
-
- Jan 17, 2023
-
-
Václav Bartoš authored
-
Václav Bartoš authored
-
- Jan 16, 2023
-
-
root authored
update documentation - replace elasticsearch and kibana with opensearch and opensearch dashboatrds, add missing ports in documentation
-
- Jan 13, 2023
-
-
Kiril KJiroski authored
-
Kiril KJiroski authored
-
Kiril KJiroski authored
-
- Jan 09, 2023
-
-
root authored
-
- Jan 04, 2023
-
-
Václav Bartoš authored
-
- Jan 03, 2023
-
-
Václav Bartoš authored
-
Václav Bartoš authored
Use API key of the predefined admin user, instead of the first soctools user (which can be easily removed).
-
- Dec 26, 2022
-
-
root authored
-
- Dec 23, 2022
-
-
Temur Maisuradze authored
add option to stop docker containers without destroy See merge request !7
-
- Dec 22, 2022
-
-
Václav Bartoš authored
-
Václav Bartoš authored
-
Václav Bartoš authored
-
Václav Bartoš authored
-
- Dec 21, 2022
-
-
Václav Bartoš authored
We don't use an explicit list of users in OSD, it only takes identification from Keycloak. This change assigns full access to any user. It's probably not the best solution, but the only one I can do quickly, now.
-
Václav Bartoš authored
- users can have any email, it's no longer bound to configured "domain" (configure.sh updated) - "domain" parameter replaced by "org_name", it can be any string, used as org.name in The Hive and Crtex (and MISP in the future) - users are not created automatically in The Hive and Cortex - they will be crated using user-mgmt-web - email is used as login in both TheHive and Cortex
-
- Dec 20, 2022
-
-
root authored
-
- Dec 15, 2022
-
-
Temur Maisuradze authored
Migrate from ODFE to OpenSearch See merge request !5
-
- Dec 13, 2022
-
-
Václav Bartoš authored
-
root authored
-
- Dec 06, 2022
-
-
root authored
-
- Dec 05, 2022
-
-
Václav Bartoš authored
- New config: -- migration and renaming of Kibana->OSDasboards -- removal of TheHiveButton plugin (not compatible with OSD, needs to be updated) - Ansible role update-config fixed. - The script to convert exported objects to a template updated.
-
- Dec 04, 2022
-
-
Václav Bartoš authored
related to migration from elasticsearch to opensearch
-
Václav Bartoš authored
it's rather a workaround - the problem is caused by different "alert.metadata" field in different records and wrong auto-inferred schema which later cannot be converted, so I just modified the test data so the fields under "metadata" are always the same.
-
Václav Bartoš authored
it's useful for any troubleshooting s it should be accessible as easy as the other services
-
- Nov 26, 2022
-
-
Václav Bartoš authored
- PutElasticsearchHttpRecord (deprecated) -> PutElasticsearchRecord - Also, Elastic URL set to soctools-opensearches-[12], so data goes directly, not through haproxy - Reverted change in access.ips, as it's not needed anymore
-
- Nov 21, 2022
-
-
root authored
-
- Nov 07, 2022
-
-
root authored
-
- Nov 01, 2022
-
-
root authored
-
- Oct 31, 2022
-
-
root authored
-
Temur Maisuradze authored
Quick start See merge request !4
-
Temur Maisuradze authored
# Conflicts: # doc/install.md
-
Kiril KJiroski authored
-