Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit b9f631a

Browse files
author
Chris Wiechmann
committed
Standard ILM-Policies adjusted
Fixes #162
1 parent f835a54 commit b9f631a

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Please select the Axway- or Community-Supported release. The community release a
154154

155155
#### Community-Version
156156
```
157-
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v4.0.3/axway-apim-elk-v4.0.3.tar.gz -O - | tar -xvz
157+
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v4.1.0/axway-apim-elk-v4.1.0.tar.gz -O - | tar -xvz
158158
```
159159

160160
#### Axway Supported-Version
@@ -839,12 +839,12 @@ The configuration is defined here per data type (e.g. Summary, Details, Audit, .
839839

840840
| Data-Type | Description | Hot (Rollover) | Warm | Cold | __Delete__ |
841841
| :--- |:--- | :--- | :--- | :--- | :--- |
842-
| **Traffic-Summary** | Main index for traffic-monitor overview and primary dashboard | 30GB / 7d | 0d | 12d | __15d__ |
843-
| **Traffic-Details** | Details in Traffic-Monitor for Policy, Headers and Payload reference | 30GB / 7d | 0d | 12d | __15d__ |
844-
| **Traffic-Trace** | Trace-Messages belonging to an API-Request shown in Traffic-Monitor | 30GB / 7d | 0d | 12d | __15d__ |
845-
| **General-Trace** | General trace messages, like Start- & Stop-Messages | 30GB / 7d | 0d | 12d | __15d__ |
846-
| **Gateway-Monitoring** | System status information (CPU, HDD, etc.) from Event-Files | 30GB / 60d | 0d | 90d | __105d__ |
847-
| **Domain-Audit** | Domain Audit-Information as configured in Admin-Node-Manager | 10GB / 270d | 270d | 720d | __750d__ |
842+
| **Traffic-Summary** | Main index for traffic-monitor overview and primary dashboard | 30GB / 7d | 0d | 5d | __10d__ |
843+
| **Traffic-Details** | Details in Traffic-Monitor for Policy, Headers and Payload reference | 30GB / 7d | 0d | 5d | __10d__ |
844+
| **Traffic-Trace** | Trace-Messages belonging to an API-Request shown in Traffic-Monitor | 30GB / 7d | 0d | 5d | __10d__ |
845+
| **General-Trace** | General trace messages, like Start- & Stop-Messages | 30GB / 7d | 0d | 5d | __10d__ |
846+
| **Gateway-Monitoring** | System status information (CPU, HDD, etc.) from Event-Files | 10GB / 30d | 0d | 50d | __100d__ |
847+
| **Domain-Audit** | Domain Audit-Information as configured in Admin-Node-Manager | 10GB / 30d | 0d | 300d | __750d__ |
848848

849849
### Configure the lifecycle
850850

apibuilder4elastic/elasticsearch_config/apigw-domainaudit/ilm_policy.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"min_age": "0ms",
66
"actions": {
77
"rollover": {
8-
"max_age": "270d",
8+
"max_age": "30d",
99
"max_size": "10gb"
1010
},
1111
"set_priority": {
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"warm": {
17-
"min_age": "270d",
17+
"min_age": "0ms",
1818
"actions": {
1919
"allocate": {
2020
"number_of_replicas": 1,
@@ -31,7 +31,7 @@
3131
}
3232
},
3333
"cold": {
34-
"min_age": "720d",
34+
"min_age": "300d",
3535
"actions": {
3636
"set_priority": {
3737
"priority": 0

apibuilder4elastic/elasticsearch_config/apigw-monitoring/ilm_policy.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"min_age": "0ms",
66
"actions": {
77
"rollover": {
8-
"max_age": "60d",
9-
"max_size": "30gb"
8+
"max_age": "30d",
9+
"max_size": "10gb"
1010
},
1111
"set_priority": {
1212
"priority": 100
@@ -31,15 +31,15 @@
3131
}
3232
},
3333
"cold": {
34-
"min_age": "90d",
34+
"min_age": "50d",
3535
"actions": {
3636
"set_priority": {
3737
"priority": 0
3838
}
3939
}
4040
},
4141
"delete": {
42-
"min_age": "105d",
42+
"min_age": "100d",
4343
"actions": {
4444
"delete": {
4545
"delete_searchable_snapshot": true

apibuilder4elastic/elasticsearch_config/trace-messages/ilm_policy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
}
3232
},
3333
"cold": {
34-
"min_age": "12d",
34+
"min_age": "5d",
3535
"actions": {
3636
"set_priority": {
3737
"priority": 20
3838
}
3939
}
4040
},
4141
"delete": {
42-
"min_age": "15d",
42+
"min_age": "10d",
4343
"actions": {
4444
"delete": {
4545
"delete_searchable_snapshot": true

apibuilder4elastic/elasticsearch_config/traffic-details/ilm_policy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
}
3232
},
3333
"cold": {
34-
"min_age": "12d",
34+
"min_age": "5d",
3535
"actions": {
3636
"set_priority": {
3737
"priority": 20
3838
}
3939
}
4040
},
4141
"delete": {
42-
"min_age": "15d",
42+
"min_age": "10d",
4343
"actions": {
4444
"delete": {
4545
"delete_searchable_snapshot": true

apibuilder4elastic/elasticsearch_config/traffic-summary/ilm_policy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
}
3232
},
3333
"cold": {
34-
"min_age": "12d",
34+
"min_age": "5d",
3535
"actions": {
3636
"set_priority": {
3737
"priority": 20
3838
}
3939
}
4040
},
4141
"delete": {
42-
"min_age": "15d",
42+
"min_age": "10d",
4343
"actions": {
4444
"delete": {
4545
"delete_searchable_snapshot": true

0 commit comments

Comments
 (0)