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

Pulling refs/heads/main into main #883

Merged
merged 7 commits into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
alabaster==0.7.12
Babel==2.10.3
certifi==2022.12.7
charset-normalizer==2.1.1
alabaster==0.7.13
Babel==2.12.1
certifi==2023.7.22
charset-normalizer==3.2.0
cssmin==0.2.0
Cython==3.0.0
docutils==0.18.1
Expand All @@ -10,23 +10,23 @@ imagesize==1.4.1
importlib-metadata==6.8.0
Jinja2==3.1.2
jsmin==3.0.1
Markdown==3.4.1
Markdown==3.4.3
markdown-it-py==2.2.0
MarkupSafe==2.1.1
MarkupSafe==2.1.3
mdit-py-plugins==0.3.0
mdurl==0.1.2
myst-parser==0.18.0
packaging==21.3
pip==23.2
Pygments==2.13.0
pyparsing==3.0.9
pytz==2022.2.1
PyYAML==5.3.1
packaging==23.1
pip==23.2.1
Pygments==2.16.1
pyparsing==3.1.0
pytz==2023.3
PyYAML==6.0.1
requests==2.31.0
setuptools==56.0.0
setuptools==68.1.2
snowballstemmer==2.2.0
Sphinx==5.1.1
sphinx-copybutton==0.5.0
sphinx-copybutton==0.5.2
sphinxcontrib-mermaid==0.9.2
sphinx-intl==2.1.0
sphinx-notfound-page==0.8.3
Expand All @@ -38,5 +38,5 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
typing_extensions==4.7.1
urllib3==1.26.12
urllib3==2.0.4
zipp==3.16.2
2 changes: 1 addition & 1 deletion synthetics/test-config/private-locations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Private locations
.. meta::
:description: Learn about private locations in Splunk Synthetic Monitoring.

A private location is a software package that offers a quick and easy deployment of Splunk Synthetic Monitoring solutions beyond the public network so that you can find, fix, and prevent web performance defects on any internal web application, in any environment - whether inside or outside of your firewalls. private locations allow Splunk Synthetics Monitoring users to test sooner in the development cycle and against internal sites or applications that aren't available to the public.
A private location is a software package that offers a quick and easy deployment of Splunk Synthetic Monitoring solutions beyond the public network so that you can find, fix, and prevent web performance defects on any internal web application, in any environment - whether inside or outside of your firewalls. Private locations allow Splunk Synthetics Monitoring users to test sooner in the development cycle and against internal sites or applications that aren't available to the public.

Customers can, through the Splunk Synthetics Monitoring web interface, create new private locations and open a runner to run any checks assigned to them.

Expand Down