# Create events in logstash?

**URL:** https://discuss.elastic.co/t/create-events-in-logstash/53325
**Category:** Logstash
**Created:** [June 20, 2016, 2:22pm UTC](https://discuss.elastic.co/t/create-events-in-logstash/53325 "2016-06-20T14:22:51Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![asp](https://avatars.discourse-cdn.com/v4/letter/a/9fc348/32.png) [@asp](https://discuss.elastic.co/u/asp)
#### Post date: [June 20, 2016, 2:22pm UTC](https://discuss.elastic.co/t/create-events-in-logstash/53325/1 "2016-06-20T14:22:51Z")

</div>

Hi,

Is it possible to create own / virtual events in logstash?  
I intent to do the following:

1. I receive following log line:  
timestamp, value\_1, value\_2, value\_3

2. now I want to create 3 events out of it:  
Code: Select all1. @timestamp = timestamp  
value = value\_1

3. @timestamp = timestamp  
value = value\_2

4. @timestamp = timestamp  
value = value\_3

Thanks, Andreas

---

<div class="post-metadata">

### Author: ![magnusbaeck](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/magnusbaeck/32/44943_2.png) [@magnusbaeck](https://discuss.elastic.co/u/magnusbaeck)
#### Post date: [June 21, 2016, 5:54am UTC](https://discuss.elastic.co/t/create-events-in-logstash/53325/2 "2016-06-21T05:54:26Z")

</div>

Have a look at the clone filter.

---

<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: [July 6, 2017, 4:51am UTC](https://discuss.elastic.co/t/create-events-in-logstash/53325/3 "2017-07-06T04:51:38Z")

</div>


