# Http\_poller plugin and parsing second level of json

**URL:** https://discuss.elastic.co/t/http-poller-plugin-and-parsing-second-level-of-json/288872
**Category:** Logstash
**Created:** [November 10, 2021, 10:09am UTC](https://discuss.elastic.co/t/http-poller-plugin-and-parsing-second-level-of-json/288872 "2021-11-10T10:09:09Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![111435](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/111435/32/81005_2.png) [@111435](https://discuss.elastic.co/u/111435)
#### Post date: [November 10, 2021, 10:09am UTC](https://discuss.elastic.co/t/http-poller-plugin-and-parsing-second-level-of-json/288872/1 "2021-11-10T10:09:09Z")

</div>

Hello, I am using Http\_poller plugin for get api call.  
My conf.file:

```auto
input {
  http_poller {
    urls => {
      test2 => {
        method => get
        url => "https://somethin.somethin.kz/uapi/tickets?api_token=fdfhg22fg5&fstatus=3"
        headers => {
          Accept => "application/json"
        }
      }
    }
    request_timeout => 60
    # Supports "cron", "every", "at" and "in" schedules by rufus scheduler
    schedule => { cron => "/2 * * * *"}
    # A hash of request metadata info (timing, response headers, etc.) will be sent here
    metadata_target => "http_poller_metadata"
  }
}

filter {
}...

```

In Elasticsearch I get this results:  
 ![image](https://us1.discourse-cdn.com/elastic/original/3X/e/3/e3075a2096a575649a3312594c58599e7eab0763.png)

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/0/4/04187fd6d59dbda9e2e6def5c0c9d5933829c27a.png)

But I need text in TAGS field be separated as a single fields (to be parsed too). What I have to use to separate them?

---

<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 8, 2021, 10:09am UTC](https://discuss.elastic.co/t/http-poller-plugin-and-parsing-second-level-of-json/288872/2 "2021-12-08T10:09:53Z")

</div>

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