# Conf files getting mixed when uploading

**URL:** https://discuss.elastic.co/t/conf-files-getting-mixed-when-uploading/195803
**Category:** Logstash
**Created:** [August 19, 2019, 7:36pm UTC](https://discuss.elastic.co/t/conf-files-getting-mixed-when-uploading/195803 "2019-08-19T19:36:28Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Badger](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/badger/32/25190_2.png) [@Badger](https://discuss.elastic.co/u/Badger)
#### Post date: [August 20, 2019, 11:38am UTC](https://discuss.elastic.co/t/conf-files-getting-mixed-when-uploading/195803/2 "2019-08-20T11:38:14Z")

</div>

If path.config points to a directory containing multiple files, then they are concatenated to form a single configuration. Events are read from all of the inputs, sent through all of the filters, and written to all of the outputs. The files are not independent unless you are using pipelines.yml with path.config on each pipeline pointing to a separate file.

---

_[View the full topic](https://discuss.elastic.co/t/conf-files-getting-mixed-when-uploading/195803)._
