[bitnami/logstash] Remove mention of files/ in readme (#9799)

* [bitnami/logstash] Remove mention of files/ in readme

No longer supported by logstash chart. logstash chart 2.0.0
dropped files/conf support, so remove it from readme.

Signed-off-by: Brad Solomon <81818815+brsolomon-deloitte@users.noreply.github.com>

* [bitnami/logstash] bump logstash chart to 4.0.1

Signed-off-by: Brad Solomon <81818815+brsolomon-deloitte@users.noreply.github.com>
This commit is contained in:
Brad Solomon
2022-04-18 05:16:22 -04:00
committed by GitHub
parent 6bf26c5608
commit 39d3b83125
2 changed files with 3 additions and 5 deletions

View File

@@ -23,4 +23,4 @@ name: logstash
sources:
- https://github.com/bitnami/bitnami-docker-logstash
- https://www.elastic.co/products/logstash
version: 4.0.0
version: 4.0.1

View File

@@ -284,9 +284,7 @@ Refer to the [chart documentation for more information on customizing the Logsta
The chart supports the use of [multiple pipelines](https://www.elastic.co/guide/en/logstash/master/multiple-pipelines.html) by setting the *enableMultiplePipelines* parameter to *true*.
To do this, place the *pipelines.yml* file in the *files/conf* directory, together with the rest of the desired configuration files. If the *enableMultiplePipelines* parameter is set to *true* but the *pipelines.yml* file does not exist in the mounted volume, a dummy file is created using the default configuration (a single pipeline).
The chart also supports setting an external ConfigMap with all the configuration files via the *existingConfiguration* parameter.
The chart supports setting an external ConfigMap with all the configuration files via the *existingConfiguration* parameter.
For more information and an example, refer to the chart documentation on [using multiple pipelines](https://docs.bitnami.com/kubernetes/apps/logstash/configuration/use-multiple-pipelines/).
@@ -372,4 +370,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.