Bulk insert of Business.AspNet to es
docker run -itd -p 5555:80 -e es="http://192.168.1.114:9200" --name elastic xlievo/elastic:1.1
echo "kernel.pid_max = 65535" >> /etc/sysctl.d/99-sysctl.conf && echo 'vm.max_map_count=262144'>>/etc/sysctl.d/99-sysctl.conf
docker pull sebp/elk:7.13.2
docker run -p 5601:5601 -p 9200:9200 -p 5044:5044 -itd -e LOGSTASH_START=0 --name elk sebp/elk:7.13.2
========================== elasticsearch index ==========================
{
"index.refresh_interval": "30s",
"index.translog.generation_threshold_size": "64mb",
"index.translog.flush_threshold_size": "512mb",
"index.translog.sync_interval": "5s",
"index.translog.retention.size": "512MB",
"index.translog.retention.age": "12h",
"index.translog.durability": "async",
"index.auto_expand_replicas": "0-1",
"index.blocks.read_only_allow_delete": "false",
"index.query.default_field": [
"*"
],
"index.max_result_window": "65536",
"index.priority": "100",
"index.number_of_replicas": "0",
"index.lifecycle.name": "log-policy",
"index.lifecycle.rollover_alias": "log",
"index.write.wait_for_active_shards": "1"
}
========================== kibana Settings ==========================
dateFormat
YYYY-MM-D HH:mm:ss.SSS
dateFormat:tz
Asia/Shanghai
dateNanosFormat
YYYY MMM D HH:mm:ss.SSSSSSSSS
Content type
Image
Digest
Size
176.3 MB
Last updated
over 4 years ago
docker pull xlievo/elastic:1.1