Hi
By the way, I have installed the following from marketplace:
https://community.graylog.org/t/windows-dns-for-graylog/22999
And according to the documentation for this, I have made the following change:
curl -XPUT localhost:9200/_index_template/graylog -H ‘Content-Type: application/json’ -d ’
{
“index_patterns”: [“graylog*”],
“template”: {
“settings”: {
“index.refresh_interval”: “30s”
},
“mappings”: {
“properties”: {
“ThreadID”: {
“type”: “keyword”
}
}
}
}
}’
Best regards
/Flemming