Commit 21e8a97f by Feanil Patel

Allow instances to reach splunk server.

parent 1854e97c
......@@ -1602,6 +1602,12 @@
},
{
"IpProtocol":"tcp",
"FromPort":"9997",
"ToPort":"9997",
"CidrIp":"0.0.0.0/0"
},
{
"IpProtocol":"tcp",
"FromPort":"10016",
"ToPort":"10016",
"CidrIp":"0.0.0.0/0"
......@@ -1636,6 +1642,12 @@
},
{
"IpProtocol":"tcp",
"FromPort":"9997",
"ToPort":"9997",
"CidrIp":"0.0.0.0/0"
},
{
"IpProtocol":"tcp",
"FromPort":"9418",
"ToPort":"9418",
"CidrIp":"0.0.0.0/0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment