# Logstash plugins

**URL:** https://discuss.elastic.co/t/logstash-plugins/370175
**Category:** Logstash
**Created:** [November 7, 2024, 4:21pm UTC](https://discuss.elastic.co/t/logstash-plugins/370175 "2024-11-07T16:21:59Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![DOkuwa](https://avatars.discourse-cdn.com/v4/letter/d/90db22/32.png) [@DOkuwa](https://discuss.elastic.co/u/DOkuwa)
#### Post date: [November 7, 2024, 4:21pm UTC](https://discuss.elastic.co/t/logstash-plugins/370175/1 "2024-11-07T16:21:59Z")

</div>

Hello,

I am writing a new plugin using grpc from a cisco router to logstash  
here  
I have checked the website for this info as i am bit lost and not a ruby expert  
The information from the cisco router is just like this

` telemetry ietf subscription 101 encoding encode-kvgpb filter xpath /process-cpu-ios-xe-oper:cpu-usage/cpu-utilization/five-seconds source-address x.x.x.x stream yang-push update-policy periodic 500 receiver ip address x.x.x.x 57500 protocol grpc-tcp`

```auto

```

---

<div class="post-metadata">

### Author: ![DOkuwa](https://avatars.discourse-cdn.com/v4/letter/d/90db22/32.png) [@DOkuwa](https://discuss.elastic.co/u/DOkuwa)
#### Post date: [November 7, 2024, 4:29pm UTC](https://discuss.elastic.co/t/logstash-plugins/370175/2 "2024-11-07T16:29:45Z")

</div>

hi,

This also includes input, filter and output plugins  
I have seen syslog plugin but not sure how it will be for this one  
https:/github.com/logstash-plugins/logstash-input-syslog/blob/main/lib/logstash/inputs/syslog.rb
