Skip to content

Commit

Permalink
Update logstash
Browse files Browse the repository at this point in the history
  • Loading branch information
websoft9 committed Nov 27, 2024
1 parent 67f4c1e commit 5dd7916
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions apps/logstash/.env
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
W9_VERSION=8.12.2
W9_DIST=community
W9_VERSION='8.16.0'
W9_DIST='community'
W9_REPO=docker.elastic.co/logstash/logstash

#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_ID=logstash
W9_ID='logstash'
W9_HTTP_PORT=9600
W9_HTTP_PORT_SET=9001

W9_URL=appname.example.com
W9_HTTP_PORT_SET='9001'
W9_URL='appname.example.com'
W9_NETWORK=websoft9
#### --------------------------------------------------------------------------------------- ####

Expand All @@ -18,4 +17,4 @@ W9_NETWORK=websoft9

#PIPELINE_WORKERS
LS_JAVA_OPTS="-Xmx256m -Xms256m"
discovery.type=single-node
discovery.type=single-node
2 changes: 1 addition & 1 deletion apps/logstash/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"dist": "community",
"version": [
"8.12.2"
"8.16.0"
]
}
],
Expand Down

0 comments on commit 5dd7916

Please sign in to comment.