# Ingest Pipelines in Logstash

**URL:** https://discuss.elastic.co/t/ingest-pipelines-in-logstash/345316
**Category:** Logstash
**Created:** [October 18, 2023, 5:53pm UTC](https://discuss.elastic.co/t/ingest-pipelines-in-logstash/345316 "2023-10-18T17:53:26Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![lucasyuki](https://avatars.discourse-cdn.com/v4/letter/l/7ba0ec/32.png) [@lucasyuki](https://discuss.elastic.co/u/lucasyuki)
#### Post date: [October 18, 2023, 5:53pm UTC](https://discuss.elastic.co/t/ingest-pipelines-in-logstash/345316/1 "2023-10-18T17:53:26Z")

</div>

Hi,

In the ingestion pipelines tab that I created and tested the dissect , how can I index it since it changes daily, in the index file I can see that the pipeline is as default, how can I change this default to the pipeline name I want

---

<div class="post-metadata">

### Author: ![lucasyuki](https://avatars.discourse-cdn.com/v4/letter/l/7ba0ec/32.png) [@lucasyuki](https://discuss.elastic.co/u/lucasyuki)
#### Post date: [October 18, 2023, 6:28pm UTC](https://discuss.elastic.co/t/ingest-pipelines-in-logstash/345316/2 "2023-10-18T18:28:32Z")

</div>

The log

```auto
<116>2022-10-17T19:37:22.898Z 1.1.1.1 : McAfee;7FA7:AED1;NEC - Sev >= 11;Line 1;Alarm: Nec - Sev >= 30|Trigger Date:11/11/1111 16:37:11|Rule Name:Login - Rule name|First Time: 10/17/2023 16:20:19|Last Time: 11/11/11116:28:33|Summary: Field match alarm triggered on Correlation Engine|Source IP: 1.1.1.1|Destination IP: ::|Severity: Severity not yet calculated|Event Count: 5|Source User:cd_053_00|Normalized ID: 123|EventID: 123|123>

My parse in ingest

[
  {
    "dissect": {
      "field": "message",
      "pattern": "<%{case.number}>%{@timestamp} %{ip.reporting} : %{tool.name};%{tool.id};NEC - Sev %{severity.modifier} %{severity.rating};Line %{tool.line};Alarm: NEC - Sev %{alarm.modifier} %{alarm.rating}|Trigger Date: %{trigger.date}|Rule Name:%{rule.descryption}|First Time: %{happen.first}|Last Time: %{happen.last}|Summary: %{summary}|Source IP: %{ip.source}|Destination IP: %{ip.destination}|Severity: %{severity.rank}|Event Count: %{event.count}|Source User:%{user.source}|Normalized ID: %{id.normalized}|EventID: %{id.event}|%{id.code}"
    }
  },
  {
    "remove": {
      "field": "message"
    }
  }
]
```

---

<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: [November 15, 2023, 6:29pm UTC](https://discuss.elastic.co/t/ingest-pipelines-in-logstash/345316/3 "2023-11-15T18:29:06Z")

</div>

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