fix: Elasticsearch is Elasticsearch typo fixed

pull/6/head
Alexandre Dulaunoy 2018-08-09 07:33:21 +02:00
parent 360201d8d7
commit f3d21c93c1
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 3 additions and 3 deletions

View File

@ -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.