Vladimir Plizga
Vladimir Plizga
Ah, it seems I misunderstood you, sorry. Let's try to clarify it. #### What I understood early (from that [comment](https://github.com/Toparvion/analog/issues/20#issuecomment-481522893)) AnaLog should use an **external** service registry (like Consul) to...
Yes, now I see your use case and seem to understand how to fully address it in AnaLog. Thank you for the description! Generally speaking, the approach to agents log...
Ok, thank you for clarifying. Now I'm working on AnaLog v0.12 which will include a solution for the current issue as well as English UI (basic implementation) and a couple...
I've drafted a document with description of the feature. @gamefundas, can you please review it? Feel free to leave any kind of feedback: from comments on grammar mistakes to criticism...
# Log Access Control ### Overview AnaLog can restrict access to certain logs to prevent sensitive data from leaking (e.g. queries like `GET http://analog-host/etc/passwd`). :information_source: As of v0.12 the restriction...
During the testing its appeared that some tail implementations (at least GNU Core Utils which is enough) do follow symbolic links unconditionally. It can be used to bypass the checking...
By now, the feature seems completed and I'm going to close the issue soon. @gamefundas, I still would like you to review the description of the feature before I make...
@gamefundas Yes. Currently I'm working on translation (#22) which doesn't seem a big deal. After that the release will be published. I will notify you when ready. Thank you very...
Possible solutions may come from these resources: - [StackOverflow](https://stackoverflow.com/questions/48307027/in-the-startup-scripts-generated-by-gradles-application-plugin-how-can-i-have) - [Spring Boot Gradle Plugin](https://github.com/spring-projects/spring-boot/blob/master/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/ApplicationPluginAction.java)
May be, it's worth to check the server's availability from the agent during the registration. It would help to early detect network access issues (when server can reach the agent...