# Saved "field" parameter is now invalid with Laravel

**URL:** https://discuss.elastic.co/t/saved-field-parameter-is-now-invalid-with-laravel/74768
**Category:** Kibana
**Created:** [February 11, 2017, 4:17pm UTC](https://discuss.elastic.co/t/saved-field-parameter-is-now-invalid-with-laravel/74768 "2017-02-11T16:17:54Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![arnaud](https://avatars.discourse-cdn.com/v4/letter/a/e8c25b/32.png) [@arnaud](https://discuss.elastic.co/u/arnaud)
#### Post date: [February 11, 2017, 4:17pm UTC](https://discuss.elastic.co/t/saved-field-parameter-is-now-invalid-with-laravel/74768/1 "2017-02-11T16:17:54Z")

</div>

Hello,

I am trying to work with Laravel 5.4 and ElasticSearch / Kibana (last versions).

The search with Laravel and ElasticSearch is working well but for Kibana I have this error :

"Saved "field" parameter is now invalid. Please select a new field."

Here are my data from dev tools :

{  
"took": 1,  
"timed\_out": false,  
"\_shards": {  
"total": 6,  
"successful": 6,  
"failed": 0  
},  
"hits": {  
"total": 3,  
"max\_score": 1,  
"hits": [  
{  
"\_index": ".kibana",  
"\_type": "index-pattern",  
"\_id": "laravel\*",  
"\_score": 1,  
"\_source": {  
"title": "laravel\*",  
"timeFieldName": "\_timestamp",  
"fields": """[{"name":"updated\_at.keyword","type":"string","count":0,"scripted":false,"indexed":true,"analyzed":false,"doc\_values":true,"searchable":true,"aggregatable":true},{"name":"created\_at","type":"string","count":0,"scripted":false,"indexed":true,"analyzed":true,"doc\_values":false,"searchable":true,"aggregatable":false},{"name":"name.keyword","type":"string","count":0,"scripted":false,"indexed":true,"analyzed":false,"doc\_values":true,"searchable":true,"aggregatable":true},{"name":"created\_at.keyword","type":"string","count":0,"scripted":false,"indexed":true,"analyzed":false,"doc\_values":true,"searchable":true,"aggregatable":true},{"name":"updated\_at","type":"string","count":0,"scripted":false,"indexed":true,"analyzed":true,"doc\_values":false,"searchable":true,"aggregatable":false},{"name":"name","type":"string","count":0,"scripted":false,"indexed":true,"analyzed":true,"doc\_values":false,"searchable":true,"aggregatable":false},{"name":"id","type":"number","count":0,"scripted":false,"indexed":true,"analyzed":false,"doc\_values":true,"searchable":true,"aggregatable":true},{"name":"\_timestamp","type":"date","count":0,"scripted":false,"indexed":true,"analyzed":false,"doc\_values":false,"searchable":false,"aggregatable":false},{"name":"\_id","type":"string","count":0,"scripted":false,"indexed":false,"analyzed":false,"doc\_values":false,"searchable":false,"aggregatable":false},{"name":"\_type","type":"string","count":0,"scripted":false,"indexed":false,"analyzed":false,"doc\_values":false,"searchable":true,"aggregatable":true},{"name":"\_index","type":"string","count":0,"scripted":false,"indexed":false,"analyzed":false,"doc\_values":false,"searchable":false,"aggregatable":false},{"name":"\_score","type":"number","count":0,"scripted":false,"indexed":false,"analyzed":false,"doc\_values":false,"searchable":false,"aggregatable":false}]"""  
}  
},  
{  
"\_index": ".kibana",  
"\_type": "config",  
"\_id": "5.2.0",  
"\_score": 1,  
"\_source": {  
"buildNum": 14695,  
"metaFields": [  
"\_id",  
"\_type",  
"\_index",  
"\_score",  
"\_timestamp"  
],  
"defaultIndex": "laravel\*",  
"discover:aggs:terms:size": 20,  
"defaultColumns": [  
"\_id"  
],  
"format:defaultTypeMap": """  
{  
"ip": { "id": "ip", "params": {} },  
"date": { "id": "date", "params": {} },  
"number": { "id": "number", "params": {} },  
"boolean": { "id": "boolean", "params": {} },  
"_default_": { "id": "string", "params": {} }  
}  
"""  
}  
},  
{  
"\_index": "laravel",  
"\_type": "posts",  
"\_id": "2",  
"\_score": 1,  
"\_source": {  
"id": 2,  
"name": "YkDoDoUBn0",  
"created\_at": "2017-02-11 15:20:50",  
"updated\_at": "2017-02-11 15:20:50"  
}  
}  
]  
}  
}

---

<div class="post-metadata">

### Author: ![tsullivan](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tsullivan/32/31077_2.png) [@tsullivan](https://discuss.elastic.co/u/tsullivan)
#### Post date: [February 13, 2017, 6:45pm UTC](https://discuss.elastic.co/t/saved-field-parameter-is-now-invalid-with-laravel/74768/2 "2017-02-13T18:45:59Z")

</div>

There are a few other posts that might be related to this:

- [Saved "field" parameter is now invalid. Please select a new field. .... Visualize: "field" is a required parameter](https://discuss.elastic.co/t/saved-field-parameter-is-now-invalid-please-select-a-new-field-visualize-field-is-a-required-parameter/70034)
- [Saved "field" parameter is now invalid. Please select a new field](https://discuss.elastic.co/t/saved-field-parameter-is-now-invalid-please-select-a-new-field/71044)

It looks like the authors of those posts were able to solve their issue. Please see if those help.  
Thanks,  
-Tim

---

<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: [March 13, 2017, 6:47pm UTC](https://discuss.elastic.co/t/saved-field-parameter-is-now-invalid-with-laravel/74768/3 "2017-03-13T18:47:13Z")

</div>

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