ALEXANDR GAIDUKOV
ALEXANDR GAIDUKOV
I am using DataSource ``` development { dataSource { dbCreate = "create-drop" url = "jdbc:mysql://localhost/elasticsearch" pooled = true driverClassName = "com.mysql.jdbc.Driver" username = "***_" password = "**_**" dialect = "org.hibernate.dialect.MySQL5InnoDBDialect"...
I am used elasticsearch-head-master, and as a result fields lastUpdated and dateCreated return is not null values!
Maybe this is a bug of the plugin or I am not correct used. Plugin used GORM. Fields lastUpdated and dateCreated in GORM Autotimestamp
How do I get these values in the index?