# Create New Tag in Beats Central Management

**URL:** https://discuss.elastic.co/t/create-new-tag-in-beats-central-management/201809
**Category:** Beats
**Tags:** fleet, filebeat
**Created:** [October 1, 2019, 1:26pm UTC](https://discuss.elastic.co/t/create-new-tag-in-beats-central-management/201809 "2019-10-01T13:26:23Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Himanshu\_Bhati](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/himanshu_bhati/32/55197_2.png) [@Himanshu\_Bhati](https://discuss.elastic.co/u/Himanshu_Bhati)
#### Post date: [October 1, 2019, 1:26pm UTC](https://discuss.elastic.co/t/create-new-tag-in-beats-central-management/201809/1 "2019-10-01T13:26:24Z")

</div>

Hi Team ,

i have a spacific filebeat.yml file, I want the new tag in Beats central management shoud be the same as the file . can you suggest.

I am sharing the file details here.

filebeat.inputs:

```
-
 type: log
 paths:
   - /u01/abc/tomcat/console*.log
 fields:
   environment: DEV
   layer: abc
   document_type: abc_console_log
 multiline.pattern: '^.*\|.*\|.*\|.*\| \d{2}:\d{2}:\d{2} (?:AM|PM)'
 multiline.negate: true
 multiline.match: after

-
 type: log
 paths:
   - /u01/abc_logs/jgc.log
 fields:
   environment: DEV
   layer: abc
   servername: testserver
   document_type: abc_jgc_log

-
 type: log
 paths:
   - /u01/abcs_logs/tomcat/*access*.log
 fields:
   environment: DEV
   layer: abc
   servername: testserver
   document_type: abc_access_log
 multiline.pattern: '^.*\|.*\|.*\|.*\| \d{2}:\d{2}:\d{2} (?:AM|PM)'
 multiline.negate: true
 multiline.match: after

```

filebeat.config.modules:  
enabled: true  
path: ${path.config}/modules.d/logstash.yml

output.logstash:

# The Logstash hosts

hosts: ["172.12.13.34:5044", "172.12.13.35:5044", "172.12.13.36:5044"]

# List of root certificates for HTTPS server verifications

#ssl.certificate\_authorities: ["/etc/pki/root/ca.pem"]  
ssl.certificate\_authorities: ["/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem"]

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [October 29, 2019, 1:26pm UTC](https://discuss.elastic.co/t/create-new-tag-in-beats-central-management/201809/2 "2019-10-29T13:26:32Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
