Hi-
Am able to run the Winlogbeat successfully and able to create the .winlogbeat.yml file and logs shows succesffully sending the data to Elastic Search pointing to http://localhost:9200
Would you please let me know, how to check whether the data has received to Elastic Search. ?
When i open the Kibana, am able to add the Index, but couldn't see any data, says no data found.
Am having the setup on a Windows-7 machine, Could some one please help. Thanks !
Am having my set-up on Windows-7, I believe, CURL is a Linux command to execute.
Would you please let me know, If we have any other windows command to check.
I had executed GET winlogbeat-*/_count on the Console in Kiabna, shows up Nil results.
You can make the equivalent request using GET _cat/indices?v from the console in Kibana. Or on Windows there is the Invoke-WebRequest powershell cmdlet that you can use to make queries on the command line. Or you can just make the request from your browser.
You configured Winlogbeat to write to index: winlogbeat so all of your data is going to the winlogbeat index instead of a daily index. Stop Winlogbeat, delete the registry file, remove the index: winlogbeat line, and restart. See the documenation for index.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.