Skip to content

Commit

Permalink
Aligned Fluent Bit configuration with the one which used for testing of
Browse files Browse the repository at this point in the history
  • Loading branch information
mabrarov committed Aug 29, 2024
1 parent d5d70fd commit ade06c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elastic-cluster/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ for index_num in {2..4}; do
echo "Failed to create ${elasticsearch_index_name} Elasticsearch index" >&2
exit 1
else
echo "Successfully created ${elasticsearch_index_name} Elasticsearch index with ${elasticsearch_index_alias} alias"
echo "Successfully created ${elasticsearch_index_name} Elasticsearch index"
fi
done

Expand Down

0 comments on commit ade06c9

Please sign in to comment.