# Filebeat Cisco IOS problem

**URL:** https://discuss.elastic.co/t/filebeat-cisco-ios-problem/254995
**Category:** Beats
**Tags:** filebeat
**Created:** [November 11, 2020, 1:17am UTC](https://discuss.elastic.co/t/filebeat-cisco-ios-problem/254995 "2020-11-11T01:17:21Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Fikrat\_Karimli](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/fikrat_karimli/32/76086_2.png) [@Fikrat\_Karimli](https://discuss.elastic.co/u/Fikrat_Karimli)
#### Post date: [November 11, 2020, 1:17am UTC](https://discuss.elastic.co/t/filebeat-cisco-ios-problem/254995/1 "2020-11-11T01:17:21Z")

</div>

Hi,

We are having such trouble with Cisco IOS logs. We enabled cisco ios module but it has parsing error

```auto
2020-11-11T01:03:27.650Z	DEBUG	[processors]	processing/processors.go:112	Fail to apply processor client{add_locale=[format=offset], add_fields={"ecs":{"version":"1.5.0"}}, script=[type=javascript, id=, sources=/usr/share/filebeat/module/cisco/ios/config/pipeline.js]}: failed in processor.javascript: failed in process function: GoError: could not find delimiter: `: ` in remaining: `Logging to host 10.2.0.227 port 8514 started - CLI initiated`, (offset: 55)
2020-11-11T01:03:27.650Z	DEBUG	[processors]	processing/processors.go:187	Publish event: {
  "@timestamp": "2020-11-11T01:03:27.650Z",
  "@metadata": {
    "beat": "filebeat",
    "type": "_doc",
    "version": "7.9.3",
    "pipeline": "filebeat-7.9.3-cisco-ios-pipeline"
  },
  "message": "Nov 9 10:10:43.147 UTC: %SYS-6-LOGGINGHOST_STARTSTOP: Logging to host 10.2.0.227 port 8514 started - CLI initiated",
  "tags": [
    "cisco-ios",
    "forwarded",
    "_js_exception"
  ],
  "service": {
    "type": "cisco"
  },
  "event": {
    "dataset": "cisco.ios",
    "module": "cisco",
    "timezone": "+00:00"
  },
  "ecs": {
    "version": "1.5.0"
  },
  "agent": {
    "version": "7.9.3",
    "hostname": "VOCOLLECTOR02",
    "ephemeral_id": "c6dc236a-e49d-471e-ab9b-13b077fecc2f",
    "id": "b6a685dc-0467-40a1-8e02-048da478c5f3",
    "name": "VOCOLLECTOR02",
    "type": "filebeat"
  },
  "log": {
    "original": "Nov 9 10:10:43.147 UTC: %SYS-6-LOGGINGHOST_STARTSTOP: Logging to host 10.2.0.227 port 8514 started - CLI initiated",
    "flags": [
      "dissect_parsing_error"
    ],
    "offset": 1558,
    "file": {
      "path": "/home/cisco.log"
    }
  },
  "input": {
    "type": "log"
  },
  "error": {
    "message": "GoError: could not find delimiter: `: ` in remaining: `Logging to host 10.2.0.227 port 8514 started - CLI initiated`, (offset: 55)"
  },
  "cloud": {
    "instance": {
      "id": "15c6f9c9-7b79-4409-9fb9-dacd98f18850",
      "name": "VOCOLLECTOR02"
    },
    "machine": {
      "type": "Standard_D2ds_v4"
    },
    "region": "westeurope",
    "provider": "azure"
  },
  "fileset": {
    "name": "ios"
  }
}

```

---

<div class="post-metadata">

### Author: ![borna\_talebi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/borna_talebi/32/76317_2.png) [@borna\_talebi](https://discuss.elastic.co/u/borna_talebi)
#### Post date: [November 11, 2020, 6:14am UTC](https://discuss.elastic.co/t/filebeat-cisco-ios-problem/254995/2 "2020-11-11T06:14:06Z")

</div>

Hi,  
The cisco IOS module only supports ACL logs as you can see [here](https://github.com/elastic/beats/blob/b9897e803fb52391d3d79f24e1eccbb2673d59d6/x-pack/filebeat/module/cisco/ios/config/pipeline.js#L16).

---

<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: [December 9, 2020, 8:14am UTC](https://discuss.elastic.co/t/filebeat-cisco-ios-problem/254995/3 "2020-12-09T08:14:14Z")

</div>

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