Hi, How can I put logstash config files in ConfigMap ?
$ tree . ├── logstash-config │ ├── 1_tcp_input.conf │ ├── 2_news_filter.conf │ └── 3_elasticsearch_ouput.conf $ oc create configmap logstash-config --from-file=logstash-config/ error: 1_tcp_input.conf is not a valid key name for a configMap For the moment I use PersistentVolume to store this configuration files but I think that it isn't the better choice. Best regards, Stéphane -- Stéphane Klein <[email protected]> blog: http://stephane-klein.info cv : http://cv.stephane-klein.info Twitter: http://twitter.com/klein_stephane
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
