How to modify ES to create field default values?

Change your mapping.

....
"dizhi" : {
  "type" : "keyword"
},
....

Note that this only can be set when creating a new index. You cannot change an existing index.
If you need to change existing data, you will have to reindex.