Commit ab533e2e by 傅伟强-富德

Update policyproinfo.conf

1 parent 8d7d2681
Showing with 31 additions and 31 deletions
input {
stdin {
}
jdbc {
jdbc_connection_string => "jdbc:oracle:thin:@//192.168.25.92:1521/esdb01"
jdbc_user => "graopr"
jdbc_password => "life12345"
input {
stdin {
}
jdbc {
jdbc_connection_string => "jdbc:oracle:thin:@//192.168.26.92:1521/esdb01"
jdbc_user => "graopr"
jdbc_password => "life12345"
jdbc_driver_library => "/data/funde/logstash-6.1.1/oraclesyc/ojdbc14-10.2.0.4.0.jar"
jdbc_driver_library => "/data/funde/logstash-6.1.1/oraclesyc/ojdbc14-10.2.0.4.0.jar"
jdbc_driver_class => "Java::oracle.jdbc.driver.OracleDriver"
jdbc_paging_enabled => "true"
jdbc_page_size => "1000000"
last_run_metadata_path => "/data/funde/logstash-6.1.1/bin/synclogs/policyinfo.txt"
jdbc_paging_enabled => "true"
jdbc_page_size => "200000"
statement_filepath => "/data/funde/logstash-6.1.1/bin/policyproinfo.sql"
schedule => "* * * * * *"
jdbc_default_timezone =>"Asia/Shanghai"
}
}
last_run_metadata_path => "/data/funde/logstash-6.1.1/oraclesyc/synclogs/policyproinfo.txt"
clean_run => "false"
schedule => "* * * * * *"
jdbc_default_timezone =>"Asia/Shanghai"
}
}
filter {
json {
source => "message"
remove_field => ["host", "@timestamp", "httpversion", "@version"]
filter {
json {
source => "message"
remove_field => ["host", "@timestamp", "httpversion", "@version"]
}
date{
match => ["timestamp","yyyy-MM-dd-HH:mm:ss"]
locale => "cn"
}
}
}
output {
elasticsearch {
hosts => ["http://192.168.25.81:9200","http://192.168.25.89:9200","http://192.168.25.80:9200","http://192.168.25.87:9200"]
index => "policyproinfo"
output {
elasticsearch {
hosts => ["http://192.168.26.81:9200","http://192.168.26.89:9200","http://192.168.26.80:9200","http://192.168.26.87:9200"]
document_id => "%{po_policy_no}+%{pp_prod_seq}"
}
stdout {}
}
index => "policyproinfo"
}
stdout {}
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!