Security

Splunk framework login page

quxirui
New Member

When I open my app page(localhost:3000/appfx/my/test) first time, I need to input username and password in this page (localhost:3000/appfx/accounts/login/?return_too=). Is there any way to disable this login or auto login? Thanks!

Below is a part of my code in my app

AppFx.load(deps, function(AppFx) {
AppFx.Components.create("appfx-resulttable", "resulttable2", {
contextid: "search4",
pageSize: "40",
el: $("#resulttable2")
}).render();
AppFx.Components.create("appfx-searchcontext", "search4", {
earliest_time: "0",
latest_time: "now",
search: "search source=log.txt"
}).start();

Tags (3)
0 Karma

gkanapathy
Splunk Employee
Splunk Employee
0 Karma

quxirui
New Member

it's localhost:3000/appfx/accounts/login/, it's not localhost:8000/EN/account/login. they are different, one is splunk main page, the other is belong to splunk new framework(http://dev.splunk.com/view/SP-CAAAEMN)

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...