...
- The first clause "index=prod-edx" specify which environment we are querying against. The index key word points to an environment. Common values are:
- prod-edx
- stage-edx
- The second clause "service_variant=ecommerce" specify which IDA/service we are querying for. Common values are:
- lms
- cms
- ecommerce
- credentials
- discovery
- The second claus clause can also be "source=/edx/var/log/lms/edx.log", which specify the log file we are querying against. Some common log file values are
- /edx/var/log/lms/edx.log
- /edx/var/log/cms/edx.log
- /edx/var/log/ecomworker/edx.log
- /edx/var/log/ecommerce/edx.log
- /edx/var/log/credentials/edx.log
- /edx/var/log/discovery/edx.log
- The third clause is the key word within logs you want to search for.
...