From f3d21c93c139047bce4e586320c6e19c4d35c4f2 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 9 Aug 2018 07:33:21 +0200 Subject: [PATCH] fix: Elasticsearch is Elasticsearch typo fixed --- _posts/2018-08-06-MISP.2.4.94.released.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/2018-08-06-MISP.2.4.94.released.md b/_posts/2018-08-06-MISP.2.4.94.released.md index 50115af..d4b6c2b 100755 --- a/_posts/2018-08-06-MISP.2.4.94.released.md +++ b/_posts/2018-08-06-MISP.2.4.94.released.md @@ -4,7 +4,7 @@ layout: post featured: /assets/images/misp-small.png --- -A new version of MISP [2.4.94](https://github.com/MISP/MISP/tree/v2.4.94) has been released including an improved event graph interface, a new ElasticSearch plugin, various extensions and enhancements to the API, clean-ups and many improvements. Even though it's summertime, we continuously work on the MISP project and a lot of changes were introduced. +A new version of MISP [2.4.94](https://github.com/MISP/MISP/tree/v2.4.94) has been released including an improved event graph interface, a new Elasticsearch plugin, various extensions and enhancements to the API, clean-ups and many improvements. Even though it's summertime, we continuously work on the MISP project and a lot of changes were introduced. Major improvements have been implemented in the MISP event graph such as: @@ -15,9 +15,9 @@ Major improvements have been implemented in the MISP event graph such as: The MITRE ATT&CK matrix user-interface has been extended to add directly techniques at event level without passing by the galaxy interface. -A new functionality contributed allows users to log all MISP activities in ElasticSearch. It's pretty simple to configure thanks to its settings being part of the standard plugin settings system, so head over there to find the ElasticSearch configuration options. +A new functionality contributed allows users to log all MISP activities in Elasticsearch. It's pretty simple to configure thanks to its settings being part of the standard plugin settings system, so head over there to find the Elasticsearch configuration options. -![Configuring ElasticSearch with MISP](/assets/images/misp/blog/elasticsearch.png) +![Configuring Elasticsearch with MISP](/assets/images/misp/blog/elasticsearch.png) The CLI interface has been improved with the ability to get the API key of a given user, to force update the taxonomies, warning lists, notice lists and object templates. All of this serves to improve the automation of deployment of MISP instances without the need to use the UI.