Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for non-IIS (linux) web adaptor log parsing #10

Open
runneals opened this issue Sep 4, 2024 · 1 comment
Open

Support for non-IIS (linux) web adaptor log parsing #10

runneals opened this issue Sep 4, 2024 · 1 comment

Comments

@runneals
Copy link

runneals commented Sep 4, 2024

Would be nice to be able to pull web adaptor logs from non-IIS machines running Linux: https://enterprise.arcgis.com/en/web-adaptor/latest/install/java-linux/arcgis-web-adaptor-system-requirements.htm

@runneals runneals changed the title Support for non- Support for non-IIS (linux) web adaptor log parsing Sep 4, 2024
@AaronPLopez
Copy link
Contributor

Hi @runneals,
Although the current builds of System Log Parser do not run in Linux, you can:

  • point SLP at an ArcGIS Enterprise deployment running on Linux through the web adaptor
    -- this would consume the logs through the web and while not the fastest way it will still work
  • point SLP at an ArcGIS Enterprise deployment running on Linux through a network share
    -- if the logs folder on Linux can be shared on your local network (through Samba), then System Log Parser running on Windows could read them...this would offer improved performance vs the web
  • similar to the previous option, but run slp.exe from the command-line to pass in the tomcat switch
    -- if the logs folder on Linux can be shared on your local network (through Samba), then System Log Parser running on Windows could read them...this would offer improved performance vs the web
    -- Tomcat (the application server hosting the web adaptor) would need to be configured so that it includes the necessary fields in the access logs (there are examples of this in the System Log Parser README.txt file)

Hope that helps
Aaron

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants