Skip to content

Commit

Permalink
Documentation update latest
Browse files Browse the repository at this point in the history
  • Loading branch information
emca-it committed Apr 9, 2024
1 parent bc4eff0 commit c3508b8
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 01-Installation/01-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ OPTIONS if one of:
- configure Elasticsearch cluster settings
```bash
vi /etc/elaticserach/elasticsearch.yml
vi /etc/elasticsearch/elasticsearch.yml
```
- add all IPs of Elasticsearch node in the following directive:
Expand Down
33 changes: 31 additions & 2 deletions 03-Upgrade/03-Upgrade.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,39 @@
# Upgrades #

# Upgrade guide
You can check the current version using the API command:

```bash
curl -u $USER:$PASSWORD -X GET http://localhost:9200/_logserver/license
```
## Upgrade from version 7.4.2


### Preferred Upgrade steps

1. Run upgrade script:
- ./install.sh -u

#### Required post upgrade from version 7.4.2

**Breaking and major changes**

- Network-Probe replaces Logstash: follow the steps below.

**LOGSTASH:**

- Backup `/etc/logstash`
- Uninstall old version: `# yum versionlock delete logstash-oss-7.17.11-1 && yum remove logstash-oss && rm -rf /etc/logstash /var/lib/logstash /usr/share/logstash`
- Install current Input Layer from fresh `./install.sh -i` - Network-Probe Section.
- Restore from backup custom pipelines to `/etc/logstash/conf.d`

**ELASTICSEARCH**

- `./install.sh` checks indexes compatibility before upgrading, if any problem exist please contact product support to guide you through the upgrade process.
- Move required directives from `/etc/elasticsearch/elasticsearch.yml` to `/etc/elasticsearch/elasticsearch.yml.rpmnew` and replace `elasticsearch.yml`.

**KIBANA**

- Move required directives from `/etc/kibana/kibana.yml` to `/etc/kibana/kibana.yml.rpmnew` and replace `kibana.yml`.
- Clear browser cache on client side.

## Upgrade from version 7.4.1

Expand Down
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
# **CHANGELOG**

## v7.4.3

### NewFeatures

- Query management: identify and stop long running query
- Introducting Network-Probe as mandatory Input Layer
- Empowered-AI: Real Time processing
- Archive: checksum verification on demand
- License: GUI license upload with automatic distribution in cluster environment
- Introducing "Status page": showing health check in case of system problem without ability to log in
- Free space warning on status and login page
- Free space protection: Enabling Watermarks to keep system running in case of free space issue
- Audit: enchancements to audit more GUI actions

### Improvements

- Alerts - Blacklist: wrong file name support
- Alerts: Risk key can be set on non default field - SOAR integration
- Alerts: secure und insecure webhook support
- Archive: Date format change to epoch in milisec
- Input layer uses Logstash-OSS 7.17.18
- license-service: dedicated API
- Skimmer: self monitoring of free space on cluster nodes
- Skimmer: self monitoring of license API status
- Support for Beats OSS Agents 7.17.18

### BugFixes

- Alerts: cannot select more than one index-pattern when creating/editing a rule
- Alerts: empty role list when creating a rule without the admin role
- Alerts: Energy SOAR method wrong WYSIWYG behavior
- Alerts: errors when creating risks if any already exist
- Alerts: Manual Incident: user without admin role cannot create an incident
- Alerts: Manual Incident: user without admin role cannot see his incident
- Alerts: notifications are not sent as a valid HTML email
- Alerts: rule name change did not remove the old rule
- Archive: partial restore
- Archive: preparing data for archiving
- Audit: exclusions on _nodes and _stats do not work
- Audit: missing information about operations on users and roles
- Audit: missing query content - if selected
- Intelligence - view in discover: application not found
- license-service: memory limitations
- Login: AD login exception for users without mapped roles
- Login: SSO login duplicate users
- Reports: short link when creating docx report
- SIEM Engine: Agent/Client updated to v4.5.4
- SIEM Engine: permission denied after upgrade
- status_page: missing branding
- xlsx-import: fixing bug when writing more than 500 documents

## v7.4.2

### NewFeatures
Expand Down

0 comments on commit c3508b8

Please sign in to comment.