MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.2k stars 21.34k forks source link

Set up ELK procedure need to be fixed #108440

Closed eyoh5 closed 6 months ago

eyoh5 commented 1 year ago

[Enter feedback here]

In current Bitnami image, there seems no '/opt/bitnami/use_elk' file. And it should be fixed like as below

// Set up ELK (https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-tutorial-java-elk#set-up-elk)

  1. The first step is to load the ELK environment Bash sudo /opt/bitnami/use_elk (x) -----------------> sudo /opt/bitnami/ctlscript.sh start elasticsearch && sudo /opt/bitami/ctlscript.sh start kibana

Moerover, there seems no '/opt/bitnami/logstash/conf/' path in the current bitami image. There only '/opt/bitnami/logstash/config/' path. It also should be fixed in the document.

4.Create or modify your existing Logstash config file with the following contents: If you are creating the file, it has to be created at /opt/bitnami/logstash/conf/access-log.conf (x) -------> /opt/bitnami/logstash/config/access-log.conf if using the ELK Bitnami image in Azure.

  1. To verify the configuration, run the following command: /opt/bitnami/logstash/bin/logstash -f /opt/bitnami/logstash/conf/ --config.test_and_exit (x) ---> /opt/bitnami/logstash/bin/logstash -f /opt/bitnami/logstash/config/access-log.conf

Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

RamanathanChinnappan-MSFT commented 1 year ago

@eyoh5 Thanks for your feedback! We will investigate and update as appropriate.

SaibabaBalapur-MSFT commented 1 year ago

@eyoh5 I'm going to assign this to the document author so they can take a look at it accordingly.

@tomvcassidy Can you please check and add your comments on this doc update request as applicable.

akashdubey-ms commented 6 months ago

Thanks for your contribution to our documentation

We sincerely apologize for the delayed response. Unfortunately, we have been unable to review this issue in a timely manner. However, we are making overall enhancements to our content. We are closing this issue for now as there has been no activity for a while. If you feel that the problem persists, please respond to this issue with additional information. ? Please continue to provide feedback about the documentation. We appreciate your contributions to our community.

please-close