**On behalf of a user of Slack **
“Hi can someone help me with ingesting a small data for example if the json file containes : {
“coffee”: {
“region”: [
{
“id”: 1,
“name”: “John Doe”
},
{
“id”: 2,
“name”: “Don Joeh”
}
],
“country”: {
“id”: 2,
“company”: “ACME”
}
},
“brewing”: {
“region”: [
{
“id”: 1,
“name”: “John Doe”
},
{
“id”: 2,
“name”: “Don Joeh”
}
],
“country”: {
“id”: 2,
“company”: “ACME”
}
}
} this data, help me create a template and logstash conf file. when I am trying to ingest , there are no errors in logstash logs but it shows " The index pattern you’ve entered doesn’t match any indices. You can match any of your 21 indices, below.”