Help me on logstash conf for Json input file

Hello,

I have json file adding below I am trying generate fields from the json data using logstash conf file. please suggest me how to write config create a individual fields in elastic search.

input json
"count": 15,
"value": [
{
"_links": {
"self": {
"href": "https://abc.com"
},
"web": {
"href": "https://abcd.com"
},
"pipeline.web": {
"href": "https://abcde.com"
},
"pipeline": {
"href": "https://abcdef.com"
}
},
"pipeline": {
"url": "https://abcdefg.com",
"id": 90,
"revision": 4,
"name": "Name",
"folder": "\"
},
"state": "completed",
"result": "succeeded",
"createdDate": "2020-10-21T20:00:02.2490446Z",
"finishedDate": "2020-10-21T20:11:17.5898951Z",
"url": "https://abcabc.com",
"id": 6254,
"name": "0.1.0-integration.1+47"
},
{
"_links": {.................

thanks in advance.

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