Filebeat running but now showing iis logs in elasticsearch

filebeat and Elasticsearch running but now showing iis logs in in browser

url http://172.xx.x.xxx:9200/filebeat-*/_count?pretty
below is my config files

{
"count" : 0,
"_shards" : {
"total" : 0,
"successful" : 0,
"skipped" : 0,
"failed" : 0
}
}

iis yml file-----------------

    • module: iis
  • Access logs

  • access:

  • enabled: true
    
  • # Set custom paths for the log files. If left empty,
    
  • # Filebeat will choose the paths depending on your OS.
    
  • var.paths: ["C:/inetpub/logs/LogFiles/*/*.log"]
    
  • Error logs

  • error:

  • enabled: true
    
  • # Set custom paths for the log files. If left empty,
    
  • # Filebeat will choose the paths depending on your OS.
    
  • var.paths: ["C:/Windows/System32/LogFiles/HTTPERR/*.log"]
    
  • #["C:\inetpub\logs"]
    

filebeat yml file ----------------

  • filebeat.inputs:

    • type: log
  • enabled: true

  • - /var/log/*.log
    
  • #- c:\programdata\elasticsearch\logs\*

Welcome to our community! :smiley:

Please don't post pictures of text, logs or code. They are difficult to read, impossible to search and replicate (if it's code), and some people may not be even able to see them :slight_smile:

may i remove this post?

Do you no longer need this thread?

i need it but i mean ......i can post with out images.

Ok, just edit your post, or add it below :slight_smile:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.